Skip to content
View hungtrinhh's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report hungtrinhh

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
hungtrinhh/README.md

Hi My name is Hung Trinh

Game Developer

snake gif

Skills

C#JavaJavaScriptTypeScriptHTML5ReactNextJsBootstrapNodeJSExpressNestJSMongoDBFirebase.NETBlenderDockerFilebase

Socials

Badges

My GitHub Stats

hungtrinhh's GitHub stats

Top Languages

Pinned Loading

  1. Simple Camera Controller Unity Simple Camera Controller Unity
    1
    #if ENABLE_INPUT_SYSTEM
    2
    using UnityEngine.InputSystem;
    3
    #endif
    4
    
                  
    5
    using UnityEngine;
  2. Singleton.cs Singleton.cs
    1
    using UnityEngine;
    2
    
                  
    3
    public class Singleton<T> : MonoBehaviour where T : Component
    4
    {
    5
        private static T instance;