Finished tutorial
This commit is contained in:
@@ -3,6 +3,7 @@ using UnityEngine;
|
||||
public class Mover : MonoBehaviour
|
||||
{
|
||||
[SerializeField] float moveSpeed = 5f;
|
||||
[SerializeField] Camera mainCamera;
|
||||
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
||||
void Start()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user