Lunaris' Scriptables

$19
Publisher Jackie Engberg Christensen
File size 4.51MB
Number of files 199
Latest version 1.3.1
Latest release date 2023-07-20 02:13:32
First release date 2022-08-12 11:08:14
Supported Unity versions 2018.4.2 or higher

Lunaris’ Scriptables is a complete system for a scriptable objects architecture in unity, that makes it fast and easy to create, test and manage scriptable object with little to no coding experience, as well as making the unity project cleaner and easier to manage by using an event and data driven architecture, observer patterns and a Model View Control (MVC) likes architecture.

By using these techniques Lunaris’ Scriptables aims to makes your unity project:

• Better enforce single responsibility patterns.
• Reduce dependencies and editor serialization.
• Less reliable on singletons and global managers.
• More modular and independent of other system.
• More and easier testable and debuggable at in-editor runtime.
• Cleaner and more organized.
• Faster to create and setup scriptable object and data structures.



Lunaris’ Scripables is partly based on Ryan Hipple’s 2017 Unite talk ”Game Architecture with scriptable objects”.


A full written guide/documentation can be found here.