다음은 'Three ways to architect your game with ScriptableObjects' 포스팅을 해석하고 풀이한 글입니다. unity.com/how-to/architect-game-code-scriptable-objects?_ga=2.171725536.1554841006.1604417126-1616682105.1604129636 | Keep your code flexible, manageable, and easy to debug by architecting with ScriptableObjects. unity.com ScriptableObjects란 무엇인가?ScriptableObject는 serialize 가능한 Unity class로, script 인스턴스로부터 독립적인 공유..