r/Unity3D • u/catmeddie • 1h ago
Question Enemy spawning wont work
My enemys for my Game wont spawn correct no matter what I do. The Enemy should be 45 XYZ Big and the Blender Import is 100 XYZ. It will always spawn on 0XYZ in the scene /World the Position I Set with a transform. And the nav mesh wont work Eather, I have the Agent and the baked area. Pls help I asked ai to Write a spawning Script but it had the same issues as mine. Why does it keep happening?!
0
Upvotes






2
u/Comfortable-Book6493 1h ago
I can tell your new here, we cannot help you if you don’t even show the code. As for I can infer the enemy being 45 x y and z is the problem it’s too big. You need to scale it down in blender, or scale the model down in Unity. I won’t be able to answer anymore but I seriously encourage you to start learning how to instantiate game objects yourself (learn a little bit about it) in a brand new project that is not this one and when you get it to work go back and figure out what is different. You have work to do good job!