I'm inutamago-dogegg, a member of Digital Creators Club traP. I'm currently studying in Institute of Science Tokyo ( previously known as Tokyo Institute of Technology ).
-
Institute of Science Tokyo
Highlights
- Pro
Pinned Loading
-
AliasMethod.cs
AliasMethod.cs 1using System;
2using System.Collections.Generic;
3using System.Linq;
45public class AliasMethod {
-
-
UnityEngine.Vector2 extension method...
UnityEngine.Vector2 extension methods using in my game 1using System;
2using UnityEngine;
34public static class Vector2Extension {
5/// <summary>
-
SingletonMonoBehaviour.cs
SingletonMonoBehaviour.cs 1using System;
2using UnityEngine;
34public abstract class SingletonMonoBehaviour<T> : MonoBehaviour where T : SingletonMonoBehaviour<T> {
5[SerializeField] protected bool DontDestroy = false;
-
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.