Unity Editor Frame 속도가 너무 빠를경우
by 한국인맛집 2019. 10. 17. 18:40
아래 코드를 Awake 함수에 추가해주면 된다.
private void Awake(){ Application.targetFrameRate = 60; // 프레임을 60프레임으로 제한한다. }
How to use UI text Typing Effect In Unity ? / 유니티 텍스트 타이핑 효과
2019.10.24
How to Get Mobile Device Language in Unity
How to keep your music playing without interruption in Unity // 유니티에서 배경음악 끊임없이 나오는법 (So Easy Used Singleton)
2019.10.17
[Solution] Loading assembly failed Assets/Plugins/System.data.dll'
2019.10.08