All Projects โ†’ UnityCommunity โ†’ Unitysingleton

UnityCommunity / Unitysingleton

Licence: mit
The best way to implement singleton pattern in Unity.

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Unitysingleton

Unity Design Pattern
๐Ÿต All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | ๅ„็ง่ฎพ่ฎกๆจกๅผ็š„Unity3D C#็‰ˆๆœฌๅฎž็Žฐ
Stars: โœญ 2,600 (+1305.41%)
Mutual labels:  unity, unity3d, design-patterns, design-pattern
Fancyscrollview
[Unity] A scrollview component that can implement highly flexible animations.
Stars: โœญ 1,216 (+557.3%)
Mutual labels:  unity, unity3d, unity-scripts
Awesome Unity Open Source On Github
A categorized collection of awesome Unity open source on GitHub (800+)
Stars: โœญ 1,124 (+507.57%)
Mutual labels:  unity, unity3d, unity-scripts
Csharp Eval Unity3d
C# Expression Parser for Unity3D
Stars: โœญ 102 (-44.86%)
Mutual labels:  unity, unity3d, unity-scripts
Unity Assetpipeline Presentation
Unity project for "A Technical Deep-Dive into Unity's Asset Pipeline" presented at Develop: 2018
Stars: โœญ 31 (-83.24%)
Mutual labels:  unity, unity3d, unity-scripts
Unity Executionorder
A collection of attributes to control the execution order of your scripts in Unity from your source code.
Stars: โœญ 48 (-74.05%)
Mutual labels:  unity, unity3d, unity-scripts
Unity3d Dynamicallyloadinganimation
๐Ÿ‘พ Unity3D Loading and unloading animations at runtime (Example)
Stars: โœญ 74 (-60%)
Mutual labels:  unity, unity3d, unity-scripts
Unity Curve Utils
A utility that can use 18 kinds of curve algorithm.
Stars: โœญ 151 (-18.38%)
Mutual labels:  unity, unity3d, unity-scripts
Infinity Square Space
Infinity Square/Space. The prototype of the game is open source. Unity Asset.
Stars: โœญ 122 (-34.05%)
Mutual labels:  unity, unity3d, unity-scripts
Impulse
A barebones C# bootstrap framework for building scalable projects quickly and easily in Unity.
Stars: โœญ 109 (-41.08%)
Mutual labels:  unity, unity3d, unity-scripts
Savegamepro
A Complete and Powerful Save Game Solution for Unity (Game Engine)
Stars: โœญ 30 (-83.78%)
Mutual labels:  unity, unity3d, unity-scripts
Qframework
Unity3D System Design Architecture
Stars: โœญ 2,326 (+1157.3%)
Mutual labels:  unity, unity3d, unity-scripts
Unitynativescripting
Unity Scripting in C++
Stars: โœญ 844 (+356.22%)
Mutual labels:  unity, unity3d, unity-scripts
Unityasync
Task and Async Utility Package for Unity. Start co-routines from anywhere.
Stars: โœญ 58 (-68.65%)
Mutual labels:  unity, unity3d, unity-scripts
Restclient
๐Ÿฆ„ Simple HTTP and REST client for Unity based on Promises, also supports Callbacks! ๐ŸŽฎ
Stars: โœญ 675 (+264.86%)
Mutual labels:  unity, unity3d, unity-scripts
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: โœญ 5,393 (+2815.14%)
Mutual labels:  unity, design-patterns, design-pattern
Ecsrx
A reactive take on the ECS pattern for .net game developers
Stars: โœญ 288 (+55.68%)
Mutual labels:  unity, unity3d, design-patterns
Actors.unity
๐Ÿš€Actors is a framework empowering developers to make better games faster on Unity.
Stars: โœญ 437 (+136.22%)
Mutual labels:  unity, unity3d, unity-scripts
Unitylibrary
๐Ÿ“š Library of all kind of scripts, snippets & shaders for Unity
Stars: โœญ 1,968 (+963.78%)
Mutual labels:  unity, unity3d, unity-scripts
Unity Ui Examples
๐Ÿ“š A collection of UI examples for Unity.
Stars: โœญ 152 (-17.84%)
Mutual labels:  unity, unity3d, unity-scripts
Getting Started Features License Resources Download

Unity Singleton

The best way to implement singleton pattern in Unity. By using this pattern you will be able to define Global variables and classes and use their methods and properties in Global. This pattern is a must have for most of the games that made using Unity engine.

๐Ÿ“– Learn More about Singleton pattern

Features

  • Works in both Development and Production
  • Instantiates Singleton objects if they aren't available by Lazy Load
  • You can configure fields in the inspector for singleton objects in the preload scene

Getting Started

Download

Run the following command in terminal or command prompt to clone the repository:

git clone https://github.com/UnityCommunity/UnitySingleton.git

Or ๐Ÿ”ฅ Download the master branch as zip.

Resources

License

MIT @ Unity Community

Made with โค๏ธ by Unity Community

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].