Hey there,
i'm looking for a way to spawn a simple cargo plane prefab (only) on ground. I know i can create the cargo entity with the GameManger class but it calls the OnAirdrop hook and the plane is flying. I only need the gameobject on ground without any events and functions and spawn it on a position x.
Thanks for helping :)
Create cargo plane prefab to spawn on ground?
Check what components are attached to thr CargoPlane game object, and destroy the one that triggers the event, and possible AI.
Okay nice thanks. How can iterate through all components of an entity?