#Convert Game Objects to Entities

1 messages · Page 1 of 1 (latest)

rustic solstice
#

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.

forest otter
#

The explanation here is on point 🙂

rustic solstice
#

Thank you so much