Basically nothing works after adding UnityScript.Lang #2
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
as soon as you start a server, nothing is visible except the skybox and the chatbox.
in output_log.txt:
MissingFieldException: Field 'UnityEngine.Component[].length' not found.ok in the output log it points to the issue happening at Assembly - UnityScript: Game.cs: Init: MoveNext()
it was basically checking if the "[ccc]" tag is present in the Whirld.utw and if some object's length is greater than 15.
all i did was change the case of length to Length and it just works now.
this isnt solving the root cause but i got lucky so ill take it.