Pinned Loading
-
Auto singleton Unity ScriptableObjec...
Auto singleton Unity ScriptableObject. Derive your class from this class (and use your class as the generic type), create an instance in the Resources folder (name of the instance must be the same as the name of your class). Then you will be able to access the singleton via static Instance property without having to add boilerplate code. 1// Example Scriptable Object. Instance must be placed in Resources folder and have the same name as the class, type of generic parameter must be your class.
2using UnityEngine;
34[CreateAssetMenu(fileName = "MySingletonSO")]
5public class MySingletonSO : SingletonScriptableObject<MySingletonSO>
-
Blur-Distance-Blur-for-Unity-Postprocessing-Stack-v2
Blur-Distance-Blur-for-Unity-Postprocessing-Stack-v2 PublicJust a simple blur effect that works with Postprocessing Stack v2
C# 7
-
Pixelation-and-color-reduction-for-Unity-Post-Processing-Stack-v2
Pixelation-and-color-reduction-for-Unity-Post-Processing-Stack-v2 PublicC#
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.