BibiProgrammer I have tried to create a 2D project, however, when I put an object it does not appear on the screen, in fact if I try to run the project, it runs me in the 2D view. Could someone help me?
xyz You need to add a Camera3D node to your scene. Otherwise the engine doesn't have a way to "see" what's in the scene so it displays nothing.
xyz BibiProgrammer Well you still need to add something to look at. CharacterBody3D and CollisionShape3D are just invisible containers so to speak. Try adding something visible; a mesh instance for example.
xyz A mesh instance needs an actual mesh assigned to it. Otherwise it won't have anything to instantiate. If you click on "mesh" property in the inspector, you can choose one of the procedural meshes, such as cube or a sphere.
Tomcat Lethn It's blank, you obviously haven't, you need to make it a sphere/cube or some other primitive. It's still not clear where exactly the camera is pointing.