Platforms stop working after I loaded a game.
This bug is also happens in Default Example Game included with RPG in a box.
Does the issue occur in the editor or during gameplay?
If it's a gameplay issue, please specify which movement system and camera type you're using (free movement vs. grid movement, third-person vs. first-person) or N/A if not applicable:
Briefly describe the issue you're experiencing:
- Platforms stop working after I loaded a previous game.
Are there any errors in the in-game debug console or external console window?
SCRIPT ERROR: remove_path_between: Invalid get index 'coord' (on base: 'Nil').
At: res://map_navigation.gde:264
SCRIPT ERROR: remove_astar_connection: Invalid get index 'astar_id' (on base: 'Nil').
At: res://map.gde:583
SCRIPT ERROR: remove_path_between: Invalid get index 'coord' (on base: 'Nil').
At: res://map_navigation.gde:264
SCRIPT ERROR: remove_astar_connection: Invalid get index 'astar_id' (on base: 'Nil').
At: res://map.gde:583
SCRIPT ERROR: load_data: Invalid call. Nonexistent function 'get' in base 'Nil'.
At: res://map.gde:205
Provide the steps necessary to reproduce the issue:
- In Demo Example Game, in dungeon, use the platform to go up to the next level (see screenshot).
- Save your game here. Load game or go back to title screen and click on Continue.
- Now the platform is gone and you are stuck here.
Provide a download link to the bare bones project (strongly recommended if it's an in-game issue, since this helps significantly when attempting to reproduce it; the report will also be given more priority in this case):
- Demo Example Game is already available. Use it.