Skip to content

Instantly share code, notes, and snippets.

@cyberjj999
Created May 7, 2022 03:36
Show Gist options
  • Save cyberjj999/42675b7f75b214e64454250b467db74b to your computer and use it in GitHub Desktop.
Save cyberjj999/42675b7f75b214e64454250b467db74b to your computer and use it in GitHub Desktop.
Becoming A Metaverse Developer Article | The default MyPlayer.cs Script
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class MyPlayer: MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment