using UnityEngine; [CreateAssetMenu] public class PlayerData : ScriptableObject { public float speed = 1f; public float turnSpeed = 1f; }