Hi all,
Did You know why objects missing default values?
I've got an object with a default value A = 5.
Object is not created on start of frame and I create this object on demand.
After create, object value A is 0, so newly created object miss all default values from design view
Android build do not miss default values, it happens on Windows only
If I checked create object on frame start and pause game, than I can see this value but I lost them on pause end
This value is 100% constant, I've got no events changing this value
I also deactivate all events, keep only counter and pause and I still miss default value on the end of pause