Skip to content
View vrnico's full-sized avatar

Block or report vrnico

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. unity-script-collection unity-script-collection Public

    This collection contains various Unity Editor scripts. Explanations for specific tools will be added at my convenience.

    C#

  2. Unity Animator Tutorial Unity Animator Tutorial
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    public class CubeAnimation : MonoBehaviour
  3. UNITY LECTURE 2 UNITY LECTURE 2
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    public class Rotator : MonoBehaviour {
  4. camera follow camera follow
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    public class CameraFollow : MonoBehaviour
  5. Random Tutorial Random Tutorial
    1
    using System.Collections;
    2
    using System.Collections.Generic;
    3
    using UnityEngine;
    4
    
                  
    5
    public class Spawner : MonoBehaviour