Hi,
I have data in the actor that I calculate. I give an example: I count how many times the character touched the actor.
How can I save this data? each touch will be collected globally.
Also, how can I keep data for each level (map) and save it? for example:
LevelName >><< LevelStatus
1 >><< true
2 >><< false
3 >><< false
Thanks,
respects.