- Status Closed
- Percent Complete
- Severity Medium
- Due in Version Bug Report
- Votes
Attached to Project: Support Tickets
Opened by epsilonion - 17.02.2018
Last edited by Hannah Young - 22.02.2018
Opened by epsilonion - 17.02.2018
Last edited by Hannah Young - 22.02.2018
FS#44 - FPS Player GO displays error
- Default scene (Click new scene).
- Dropped FPS Player from the GO system (the right hand side one) into the scene.
- Press Play..
You get this in the Skyline Console
< Skyline Game Is Running! > |
Error: Lua Error: JSON file cannot be found
The file: [GameData/playerData.SkyQuest_PD] could not be found in resources.
< Skyline Game Is Stopping! > |
Thank Liam this is due to the quest system, I am working on getting this fully released. The file path I think has an issue.
Line 134 or there about’s of the player script change the line:
PLAYER_FILE = systemFolder..”/”..PLAYER_FILE..”.SkyQuest_PD”
to
PLAYER_FILE = PLAYER_FILE..”.SkyQuest_PD”