public class Rtan : MonoBehaviour{ float direction = 0.05f; // Start is called before the first frame update void Start() { Application.targetFrameRate = 60; Debug.Log("안녕"); } // Update is called once per frame void Update() { if (transform.position.x > 2.6f) { direction = -0.05f; } if (transform.position.x 컴포넌트 = 스크립트..