Skip to content
View BeautyfullCastle's full-sized avatar
🐍
🐍
Block or Report

Block or report BeautyfullCastle

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

  1. UniState UniState Public

    Unity state management tool inspired by Zustand.

    C# 4

  2. UniSVN UniSVN Public

    SVN tool to use inside Unity

    C# 11

  3. To-Be-Free To-Be-Free Public

    C# 1

  4. YounityPlayer YounityPlayer Public

    C#

  5. Null check member fields using Seria... Null check member fields using SerializeField attribute.
    1
    using UnityEngine;
    2
    using System.Reflection;
    3
    using System;
    4
    
                  
    5
    public static class UnityEditorExtension
  6. Unity editor window to find referenc... Unity editor window to find referenced game objects of selected script in currently opened scene.
    1
    using System.Collections.Generic;
    2
    using UnityEditor;
    3
    using UnityEngine;
    4
    
                  
    5
    public class ScriptReferencesFinder : EditorWindow