<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: ScriptableObject</title><link>http://www.bing.com:80/search?q=ScriptableObject</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>ScriptableObject</title><link>http://www.bing.com:80/search?q=ScriptableObject</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Unity - Manual: ScriptableObject</title><link>https://docs.unity3d.com/6000.0/Documentation/Manual/class-ScriptableObject.html</link><description>ScriptableObject is a serializable Unity type derived from UnityEngine.Object. As with MonoBehaviour, you don’t instantiate the ScriptableObject class directly but create your own custom C# classes that derive from it, and then create instances of those custom classes, usually through the Assets menu in the Unity Editor.</description><pubDate>Sat, 22 Aug 2026 04:30:00 GMT</pubDate></item><item><title>Unity - Manual: ScriptableObject</title><link>https://docs.unity3d.com/2022.3/Documentation//Manual/class-ScriptableObject.html</link><description>A ScriptableObject is a data container that you can use to save large amounts of data, independent of class instances. One of the main use cases for ScriptableObjects is to reduce your Project’s memory usage by avoiding copies of values.</description><pubDate>Fri, 21 Aug 2026 10:37:00 GMT</pubDate></item><item><title>Unity ScriptableObjects - C# Learning</title><link>https://voldedk.github.io/EasyLearn/unity-scriptable-objects.html</link><description>ScriptableObject Fundamentals ScriptableObjects are data containers that exist as assets in your project. Unlike MonoBehaviours, they aren't attached to GameObjects and persist between scene loads. Let's understand their fundamental structure and benefits. Implementation Guidelines Identify Data to Extract: Look for data that doesn't need to be attached to specific objects Create ...</description><pubDate>Tue, 18 Aug 2026 03:09:00 GMT</pubDate></item><item><title>Scriptable Objects in Unity (how and when to use them)</title><link>https://gamedevbeginner.com/scriptable-objects-in-unity/</link><description>Learn how to use Scriptable Objects in Unity to manage your game's data and make building your game easier, in my complete beginner's guide.</description><pubDate>Fri, 21 Aug 2026 02:58:00 GMT</pubDate></item><item><title>ScriptableObjects: The Complete Guide - Scripts For Unity</title><link>https://scriptsforunity.com/blog/scriptableobjects-complete-guide/</link><description>A variable reference is a ScriptableObject that wraps a single value — a float, an int, a string. Systems that need to read or write the player's health, the current score, or the time remaining all reference the same FloatVariable.asset. This eliminates the need for a Singleton to hold shared state and makes the data flow visible in the ...</description><pubDate>Sat, 08 Aug 2026 10:52:00 GMT</pubDate></item><item><title>GitHub - SolidAlloy/GenericScriptableArchitecture: ScriptableObject ...</title><link>https://github.com/SolidAlloy/GenericScriptableArchitecture</link><description>ScriptableObject architecture with small, easy-to-expand codebase, and simple UI. - SolidAlloy/GenericScriptableArchitecture</description><pubDate>Tue, 05 Mar 2024 12:23:00 GMT</pubDate></item><item><title>Unity ScriptableObject Complete Guide - unityqueen.com</title><link>https://unityqueen.com/2026/06/21/unity-scriptableobject-complete-guide/</link><description>Unity ScriptableObject Complete Guide As Unity projects grow in size and complexity, managing data efficiently becomes increasingly important. Many beginners rely heavily on MonoBehaviours or static classes to store data, but this approach can quickly lead to messy architecture and hard-to-maintain code. This is where ScriptableObjects come in.</description><pubDate>Mon, 17 Aug 2026 07:28:00 GMT</pubDate></item><item><title>Use ScriptableObjects as delegate objects - Unity</title><link>https://unity.com/how-to/scriptableobjects-delegate-objects</link><description>Learn how to use ScriptableObjects as logic containers, so you can treat them as delegate objects that are called when needed.</description><pubDate>Tue, 18 Aug 2026 13:53:00 GMT</pubDate></item><item><title>Separate game data and logic with ScriptableObjects - Unity</title><link>https://unity.com/how-to/separate-game-data-logic-scriptable-objects</link><description>Use this guide to learn how to use ScriptableObjects as data containers that separate the data from the logic in your game code.</description><pubDate>Fri, 21 Aug 2026 08:56:00 GMT</pubDate></item><item><title>Introduction to Scriptable Objects - Unity Learn</title><link>https://learn.unity.com/tutorial/introduction-to-scriptable-objects</link><description>Free tutorials, courses, and guided pathways for mastering real-time 3D development skills to make video games, VR, AR, and more.</description><pubDate>Fri, 21 Aug 2026 19:55:00 GMT</pubDate></item></channel></rss>