scriptableobject
There are 89 repositories under scriptableobject topic.
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.
roboryantron/Unite2017
Sample project for Game Architecture with Scriptable Objects from Unite Austin 2017
DanielEverland/ScriptableObject-Architecture
Makes using Scriptable Objects as a fundamental part of your architecture in Unity super easy
ashblue/fluid-dialogue
A 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.
heyJordanParker/yaSingleton
A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.
VirtueSky/sunflower
Core ScriptableObject architecture for building Unity games (Android & iOS)
ashblue/unity-animator-helpers
A 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-guns
Learn how to create a ScriptableObject-based gun system from scratch for your game!
NuclearBand/NuclearScriptableObjectDatabase
Database for scriptable objects in Unity using Odin Inspector
Rellac-Rellac/unity-ui-manager
:ticket: A Simple UI Manager for rapid prototyping and ease of collaboration
greatclock/excel_to_scriptableobject
An easy way to access data stated in excel (xlsx) files for Unity.
GieziJo/ScriptableObjectVariant
Adds the "SOVariant" attribute to a ScriptableObject and override, or not, certain fields (similar to prefab variants but for scriptable objects).
BusStopStudios/Unity-Visual-Graph-Editor
Visual Graph Editor based on Unity's Experimental GraphView
jheiling/unity-signals
Signals for Unity3D
luisoliveiras/scriptable-states
Scriptable Objects based FSM for Unity
seekeroftheball/NewFolderWizard-UnityTool
New Folder Wizard is an organizational tool for Unity for quickly importing and customizing your personal folder structure into every project. Save and reuse your templates. Templates are saved as ScriptableObjects and may be customized to your liking.
ATHellboy/ScriptableObjectDropdown
Dropdown for ScriptableObjects
NullTale/SoCreator
⚙ Tool for convenient ScriptableObject's creation
IntoTheDev/Scriptable-Object-Loader
Load Scriptable Objects via code
CarterGames/SaveManager
A free, scriptable object based fully modular local save system for Unity. Works on all platforms using Unity's standard JSON Utility. No third party JSON libraries needed.
caneva20/ConfigAssets
Simple & Lightweight solution for managing configuration assets in Unity projects
ATHellboy/SampleProject-FightingGame
A sample project designed to demonstrate advanced C# coding practices and architectural expertise in Unity. This showcase serves as a practical example of my ability to build scalable and maintainable gameplay systems using SOLID principles and key design patterns.
baratgabor/Unity3D-ReactiveScriptables
ScriptableObject based framework / scaffolding that facilitates loosely coupled communication and automatic update propagation between MonoBehaviour components.
ATHellboy/ScriptableObjectMultiSelectDropdown
Multi Select Dropdown for ScriptableObjects
CarterGames/NotionToUnity
A tool to download Notion databases into a Unity scriptable object for use in Unity projects. Handy for game data such as items, localization, skills and more!
hnb-rabear/excel-to-unity
A game-changer for indie game developers. This tool seamlessly transforms Excel data into Unity ScriptableObjects, simplifying database design and management. It’s an ideal solution for managing game statistics, enhancing your Unity game development process. Whether you’re crafting an RPG or exploring other genres, this tool is your ally.
jeffcampbellmakesgames/unity-auto-preset
Auto Preset enables scriptable configuration of assets from the Unity Editor without requiring any additional code.
cemuka/unity-node-tutorial
Making a REST service using Node and Express to use with Unity
mmeiburg/unityAndroidSensors
Access to android sensors for Unity
heyJordanParker/yaSingleton-Example-Project
Example Project for yaSingleton. A singleton pattern implementation for Unity3d. Based on ScriptableObjects instead of the conventional MonoBehaviour approach.
antfarmar/Unity-3D-ScriptableObjects-Tanks
ScriptableObjects vs. Monobehaviours Study
FarDust/SpellSystem
Spell System for Unity, using scriptable objects to personalize objets.
NullTale/SoCollection
⚙ Generic list for nested ScriptableObjects creation
gilzoide/AssetList
ScriptableObject that automatically aggregates assets using AssetDatabase.FindAssets
gilzoide/unity-sqlite-asset
Read-only SQLite database assets for Unity with ScriptedImporters for ".sqlite", ".sqlite2" and ".sqlite3" files
met44/uStableObject
Unity3D ScriptableObject based architecture framework