Pinned Loading
-
UnityEventTracker
UnityEventTracker PublicTool that helps you keep track of UnityEvents in your Unity project
C# 6
-
-
A wrapper for any field type that f...
A wrapper for any field type that fires the OnChange event every time the field changes in the inspector. 1using UnityEngine;
23public class ClassWithObservableProperty : MonoBehaviour
4{
5[SerializeField] private ObservableProperty<bool> _fieldIWantToObserve = true;
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.