Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Serialized Interface Object Reference for Odin

Simple system to serialize Unity objects with specified type or simple class in the same field and collection with Unity Serialization

Instalation

Put SerializedInterfaceObjectReference folder into Unity project

Usage

Use SerializedInterfaceObjectReference<TInterface> to allow all Unity object types.

Use SerializedInterfaceMonoBehaviourReference<TInterface> to allow only MonoBehaviours.

Use SerializedInterfaceScriptableObjectReference<TInterface> to allow only ScriptableObjects.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages