지난 게시글로 데모 완성했던 게임을 보여드렸습니다 ! 링크는 클릭 도움이 되실만한 코드를 업로드합니다. (변수이름은 규칙성 없이 대충 지었으니 감안 하고 봐주세요 ㅠㅠ !) 💨ItemScript using System.Collections; using System.Collections.Generic; using UnityEngine; public class ItemScript : MonoBehaviour { public float Speed = 1.0f; public float speed = 1.0f; private float startTime; private float journeyLength; void Start() { startTime = Time.time; journeyLength = Vector..
코스모스하나
'ㅜ' 태그의 글 목록