#Custom Entity Baking
1 messages · Page 1 of 1 (latest)
Can baking systems run on prefabs?
If a prefab is referenced by something in a subscene, then it will create an entity prefab of that prefab
var entity = GetEntity(yourPrefab, transformflags)
But can i remove rendering components from it? i only need the colliders