평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
Why?
SerializeReference from Unity already allows you to store plain structs and objects with the specified interface, but not Unity Objects. "Serialize References!" is here to solve this problem.
What does it do?
This is for the coders. Quickly serialize references to Unity Objects like MonoBehaviour, ScriptableObject and more, that implement the specified interface. It's super easy and works out-of-the-box with a custom object picker that filters your project and hierarchy in a smart way. You can pick between the class to serialize it or an attribute to decorate the field with the required validation. I'ts free, lightweight and open source. Give it a try!
How does it help me?
For one, you can finally use interfaces on your MonoBehaviours. Another big benefit is that it allows you to rethink how you architect your game: You can reference either a MonoBehaviour or Scriptable Object that implement the given interface. This allows you to either reference a scene component or a project asset, while still expecting a specified functionality/interface. This opens up new ways to think about code and project architecture.