How it works? idc

Godot Version

4.4 godo version

Question

I have a problem. When starting the “main” scene, Godot does not see the zombie model. Besides, I added a simple cube, and Godot can’t see it either. I tried clearing the cache and reinstalling the engine, it didn’t help either, what should I do? p.s. the collision is fine, the zombie does not fall under the map

Did you add a camera to the scene?

yes, i already made a player with script

Can you post a screenshot of the scene’s node tree?

I don’t see any camera in your scene. Add a Camera3D node, then your game can display something.


its here

Does the main scene have the zombie in it?

Edit: My post got approved late, you can ignore this

Is your zombie a child of that rigidbody? It will very likely fall out of the collision shapes if so. Can you show your whole scene tree and/or print_tree_pretty?

get_tree().root.print_tree_pretty()

Do you have the zombie model on a different visual layer?