Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 319 Bytes

File metadata and controls

8 lines (8 loc) · 319 Bytes

Unity3d ScriptableObject components model

Allow to compose CSharp plain classes at ScriptableObject, with SerializeReference, and use it with similar API as GameObject/Component such as:

  • AddComponent()
  • AddComponent(T)
  • GetComponent()
  • TryGetComponent(out T)
  • RemoveComponent()
  • RemoveComponent(T)