[UdonBehaviour] An exception occurred during Udon execution, this UdonBehaviour will be halted. VRC.Udon.VM.UdonVMException: The VM encountered an error! Exception Message: The VM encountered an error! Program execution time exceeded max VM time of 10.0 seconds. You may want to check for infinite loops/recursion. Program Counter was at 20
아까 만든 vrc_AvatarV3HandsLayer 사본을 보면 허허벌판이다. 스테이트 할당작업을 해주어야 한다
먼저 파라미터를 누르고 +를 눌러 Int값을 추가해준다
위에서 만든 변수(파라미터)명을 입력해준다
Layers -> AllParts를 순차적으로 누르고 빈공간에 우클릭을 하여 Empty 스테이트를 2개 만들어준다
해당 스테이트를 누르고 인스펙터에서 이름을 바꾸어준다. 필수는 아니지만 헷갈리지 않도록 넣어주자 주황색이 기본값이니 주황색이름을 Default로 해주자
AnyState에 마우스를 대고 우클릭을 하여 Make Transition을 눌러 화살표를 두개 만든다
Default(주황색)쪽 화살표를 눌러 인스펙터에서 Conditions에 +를 누르고 만들었던 파라미터를 대입하고 Equals와 0으로 할당해준다
필수는 아니지만 Settings의 Exit Time과 Transition Duration은 가급적 0으로 설정해둬야 옷이 깔끔하게 전환된다 Exit Time은 Has Exit Time을 활성화 해야 수정할수 있다. 그런데 Has Exit Time이 활성화되어 있으면 전환이 정상적으로 동작하지 않는경우도 있으므로 가급적 꺼두자
Avatar Error
One of the scripts in your project failed to compile. You should either remove, upgrade, or reinstall the broken plugin:
Assets WAhzkwid Sweatshirt Clara
CornetCommon WEasyWear WAvatar Tools2WCreator Tools rAvatarTools2WwCreator Tools
WEditor AnimationCreateTool AnimationCreateTool.cs(193,33):
error CS 1061: 'VRCExpressionsMenu' does not contain a definition
for 'Parameters' and no accessible extension method 'Parameters'
accepting a first argument of type 'VRCExpressionsMenu' could be found
(are you missing a using directive or an assembly reference?)
Preprocess Callback Failed
The VRCSDK build was aborted because the
VRCSDKPreprocessAvatarCallback 'VrcPreuploadHook' reported a failure.