-
-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
I want to store some prefabs in ECS world for the component system use, and I create a struct extend the IComponentData store the GameObject and using SetSingleton when a system initializes, but the unity prompt that I can only use primitive
or blittable type.
How could I solve it or could you give me some solution to store singleton CSharp reference type in ECS world for the component system use.
Metadata
Metadata
Assignees
Labels
No labels