Hello! I am working on a 3D game, using 2D sprites. For some reason, however, when importing the sprite I am using, there is a strange square in the center.
I have no idea why this is happening.
Thanks for helping!
Hello! I am working on a 3D game, using 2D sprites. For some reason, however, when importing the sprite I am using, there is a strange square in the center.
I have no idea why this is happening.
Thanks for helping!
Might be a placeholder. I add the animated sprite3d first,then click on the animation in the property section and add the animation frames. I just do single frames.
Hello! Would you mind explaining a bit more? I don't understand.
Thanks!
DavidTheLad You create the sprite 3d in the panel on the left. In the panel on the right you create a new animated sprite 3d. Then you drag the frames into the animation window at the bottom of the screen. If it's only a single sprite, then you can just change the texture property in the right hand panel. Then you can attach a script and call the animations using play("animation_name") if you used the animated sprite3d.