naverz / zepeto-script-sample

38 stars 7 forks source link

WaitUntil 사용 할 수 없나요? #67

Open huri92 opened 2 years ago

huri92 commented 2 years ago

        yield new WaitUntil(()=>this.CountDown());
private CountDown():bool
    {
        if(this.m_CountDown == 0)
            return true;
        else
            return false;
    }

return을 boolean 으로 해도 bool로 해도 같습니다.

crash-k commented 2 years ago

안녕하세요. WaitUntil, WaitWhile은 현재 이슈가 있어 동작하지 않습니다. 다음 버전에 수정해서 나갈 예정입니다. (zepeto.world@1.0.5)

JeongDongBaek commented 2 years ago

아직 안되나요?