111 skills found · Page 1 of 4
m969 / EGamePlay一个基于Entity-Component模式的灵活、通用、可扩展的轻量战斗(技能)框架,配置可选使用ScriptableObject或是Excel表格. A flexible, generic, easy to extend, lightweight combat (skills) framework based on Entity-Component pattern. Configuration can choose to use ScriptableObject or Excel tables.
brunomikoski / ScriptableObjectCollectionA library to help improve the usability of Unity3D Scriptable Objects by grouping them into a collection and providing easy access through code or user-friendly inspectors!
UnityTechnologies / PaddleGameSOA demo project to showcase design patterns and game architecture using ScriptableObjects
Cratesmith / Cratesmith.AssetUIPopout Inspector and ScriptableObject aware default Object Drawer for Unity3d.
ashblue / Fluid DialogueA Unity dialogue system that features an easy to use drag and drop graph. ScriptableObject driven with the ability to write custom actions and conditions to create complex dialogue workflows.
VirtueSky / SunflowerCore ScriptableObject architecture for building Unity games (Android & iOS)
DarrenTsung / DTValidatorTool for validating objects (eg. GameObjects, ScriptableObjects, etc) in the Unity Editor.
heyJordanParker / YaSingletonA singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.
IntoTheDev / MultiTag System For UnityThis package allows you to Tag Game Objects with ScriptableObjects
StephenMcVicker / Unity ScriptableObjects Game Events Based on a great talk by Ryan Hipple, here is my improved version of his Game Event system for Unity
SolidAlloy / GenericScriptableArchitectureScriptableObject architecture with small, easy-to-expand codebase, and simple UI.
ashblue / Unity Animator HelpersA micro-framework for changing Unity 3D's Animator parameters with ScriptableObject(s). Designed to make going from custom scripts to Animator parameters easy. Works with 2D or 3D projects.
llamacademy / Scriptable Object Based GunsLearn how to create a ScriptableObject-based gun system from scratch for your game!
richard-fine / Scriptable Object DemoDemo project from my 2016 Unite talk, "Overthrowing the MonoBehaviour tyranny in a people's glorious ScriptableObject revolution."
moonymachine / Scrutable ObjectsEnables direct access to the properties of ScriptableObject references in the editor.
neon-age / TagsExploring usage of custom tags with ScriptableObjects in Unity
liortal53 / ScriptableObjectFactoryA Unity editor extension for creating any ScriptableObject type
Cyanilux / ToDoUnity in-editor to-do list, attached as a component and uses a custom inspector based on ReorderableList. Also see branches for ScriptableObject / cross-scene reference version.
Brian-Jiang / SmartReferenceSmart Reference is a Unity plugin that enables lazy loading asset references in ScriptableObject and MonoBehaviour.
pablothedolphin / Scriptable FrameworkA Unity Framework for modular app creation based on ScriptableObject architecture, data oriented design and event driven programming to help programmers and designers adhere to the 5 SOLID programming principals.