Creature_Godot icon indicating copy to clipboard operation
Creature_Godot copied to clipboard

Creature Node in Godot's 3D environment?

Open Qws opened this issue 7 years ago • 1 comments

Is it possible to make a Creature Node inside Godot's 3D environment?

I've made "beautiful" 3D background ... but I found out Creature Node can only be made inside the 2D scene.

I'm trying to make a half 2d/3d game, would love to make 3D background, while the characters are 2D sprites.

Qws avatar Oct 30 '18 15:10 Qws

One way is to export your Creature characters if they are only using bone motors to gltf. Gltf export is in the regular images/videos export option. Bring it in as a 3d gltf node and it will work.

On October 30, 2018 8:26:58 AM PDT, Qws [email protected] wrote:

Is it possible to make a Creature Node inside Godot's 3D environment?

I've made "beautiful" 3D background ... but I found out Creature Node can only be made inside the 2D scene.

I'm trying to make a half 2d/3d game, would love to make 3D background, while the characters are 2D sprites.

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kestrelm/Creature_Godot/issues/13

-- Sent from my Android device with K-9 Mail. Please excuse my brevity.

kestrelm avatar Oct 30 '18 16:10 kestrelm