🎮
Gamepangin Unity Toolkit
  • Introduction
    • About
    • Code Naming Convention
  • Design Pattern
    • Singleton
    • Publisher -> Subscriber
    • Object Pooling
    • State Machine
  • Systems
    • Audio Manager
  • Utilities
    • ScriptableObject with Id
Powered by GitBook
On this page
  1. Utilities

ScriptableObject with Id

ScriptableObjectWithId is a class derived from ScriptableObject which has a UniqueId property which will be generated automatically when the ScriptableObject is created. The GUID that is generated must be unique from the others. But you can change the UniqueId as long as you can ensure that the value is unique from the others.

PreviousAudio Manager

Last updated 1 year ago