Does the issue occur in the editor or during gameplay?
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:
Grid movement, first-person
Briefly describe the issue you're experiencing:
Entity ID's do not stay updated after saving and loading the game. (Character ID = "John" Update ID via script = "Bob", works fine, save and close game/re-load save console says ID = "Bob" script acts like it's ID = "John"
Are there any errors in the in-game debug console or external console window?
Says the ID is correct when asked, detects it as wrong when script is used
Provide the steps necessary to reproduce the issue:
Place Character on map, Name it John, have a script update it to Bob, have a widget that requires Bob ID stats, save game, load game
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):
Unavailable due to changing the script to work around the issue.