Finished tutorial

This commit is contained in:
2026-01-09 10:41:51 +00:00
parent 2a9d124288
commit c8d27ef133
154 changed files with 69096 additions and 4653 deletions

View File

@@ -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()
{