I'm getting the following strange error:
ArgumentError: Error #1063: Argument count mismatch on Away3DLiteSprite(). Expected 4, got 0.
I'm getting the following strange error:
ArgumentError: Error #1063: Argument count mismatch on Away3DLiteSprite(). Expected 4, got 0.
Copyright © 2021 Jogjafile Inc.
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 theflarManager,viewportWidth,viewportHeightandstageparameters.