Skip to content
View ApxfIy's full-sized avatar

Block or report ApxfIy

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. UnityEventTracker UnityEventTracker Public

    Tool that helps you keep track of UnityEvents in your Unity project

    C# 6

  2. Vector2Drawer Vector2Drawer Public

    Custom property drawer for Unity for Vector2 and Vector2Int

    C# 2

  3. 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.
    1
    using UnityEngine;
    2
    
                  
    3
    public class ClassWithObservableProperty : MonoBehaviour
    4
    {
    5
        [SerializeField] private ObservableProperty<bool> _fieldIWantToObserve = true;