unity starter asset package importiert

This commit is contained in:
GodGodGod20081
2026-06-19 12:21:09 +02:00
parent ce681510ea
commit 8d4ffbf9ed
285 changed files with 37168 additions and 568 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ using UnityEngine.UI;
public class PlayerController : MonoBehaviour
{
private int speed;
[SerializeField] int speed;
private Vector3 position = Vector3.zero;
private Text score;
private int points;