Hey guys,
I am creating an RTS game using ECS (Entity Component System ) and I need to convert a game object ( soldier prefab ) to an entity in order to use it and manipulate it through the code. I have been trying to find a way to convert it and I have found out that I need to use something that is called "Baking". If someone will help me understand what is it and how to use it, I would very much apricate it.
#Convert Game Objects to Entities
1 messages · Page 1 of 1 (latest)
Yep you are on Point, you need to use the Baking system to convert your gameobject into an entity.
You can check https://youtu.be/4ZYn9sR3btg?t=618
The explanation here is on point 🙂
Thank you so much