MethodTemplate
using UnityEngine;
public class ExampleScriptName : MonoBehaviour
{
void Start ()
{
}
void Update ()
{
}
}Was this helpful?
using UnityEngine;
public class ExampleScriptName : MonoBehaviour
{
void Start ()
{
}
void Update ()
{
}
}Was this helpful?
Was this helpful?