Time 설정(메뉴: Edit > Project Settings 로 이동한 다음 Time_ 카테고리 선택)을 통해 게임 내에서 타이밍을 조절하는 프로퍼티 수를 설정할 수 있습니다.
프로퍼티: | 기능: |
---|---|
Fixed Timestep | 프레임 속도와 독립적인 간격으로, 물리 연산 및 FixedUpdate() 이벤트가 수행되는 시기를 결정합니다. |
Maximum Allowed Timestep | 프레임 속도가 낮을 때 최악의 사례 시나리오를 가정하는 프레임 속도와 독립적인 간격입니다. 물리 계산 및 FixedUpdate() 이벤트는 지정된 시간보다 오랫동안 시행되지 않습니다. |
Time Scale | 시간이 흐르는 속도입니다. 이 값을 변경하여 슬로 모션(bullet-time) 효과를 시뮬레이션할 수 있습니다. 값을 1로 설정하면 실시간입니다. 값을 .5로 설정하면 절반 속도로, 2로 설정하면 2배 속도로 흐릅니다. |
Maximum Particle Timestep | 프레임 속도와 독립적인 간격으로, 파티클 시뮬레이션의 정확도를 결정합니다. 프레임 시간이 이 값보다 커지면 각 단계의 기간이 이 값을 초과하지 않도록 프레임 하나에서 파티클 업데이트가 여러 번 반복 수행됩니다. 예를 들어 30fps(프레임당 0.03초)로 실행되는 게임에서는 파티클 업데이트를 60fps(프레임당 0.0167초)로 실행하여 시뮬레이션의 정확도를 높일 수 있지만, 성능이 저하됩니다. |
시간 관리자를 통해 프로퍼티를 전역으로 설정할 수 있지만 게임플레이 중 스크립트에서 설정하는 것이 유용합니다. 예를 들어 Time Scale 을 0으로 설정하면 게임을 일시정지하는 데 유용합니다. Unity에서의 시간을 관리하는 방법에 대한 자세한 내용은 시간 및 프레임 속도 관리 페이지를 참조하십시오.
2017–05–18 페이지 게시됨
Unity 2017.1에서 Maximum Particle Timestep 추가됨 NewIn20171
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.