문제

I'm getting the following strange error:

ArgumentError: Error #1063: Argument count mismatch on Away3DLiteSprite(). Expected 4, got 0.

도움이 되었습니까?

해결책

It sounds like you're calling Away3DLiteSprite() without providing any parameters. Locate where in your code that function is being called and make sure you pass in the flarManager, viewportWidth, viewportHeight and stage parameters.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top