updated cameras + end episode threshold
This commit is contained in:
@@ -69,7 +69,6 @@ public class SubtitleManager : MonoBehaviour
|
||||
private IEnumerator ClearText(float waitTime, bool earlyStop)
|
||||
{
|
||||
var offset = (waitTime - m_TimeElapsed) * Random.Range(0.6f, 0.95f);
|
||||
Debug.Log($"{offset}");
|
||||
|
||||
if (offset > 12.5)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user