Version Update
1.3 Modification Instructions
Fixed major issue with base values going to 0 by default
1.2 Modification Instructions
Fixed a significant value modification bug in CommonStatRuntimeSO.
Added ResetValue method for you to reset the value faster.
Added more comments for your better understanding.
1.1 Modification Instructions
Added Scene Reference Editor to debug your scriptable objects.
modified the namespace. rGame->RGame.CommonStat You can modify the error report with the following text using RGame -> using RGame.CommonStat
Modify the class name SoleObjectRuntimeValueSO -> CommonStatRuntimeSO To ensure proper usage, I used Obsolete as a tag and subclassed SoleObjectRuntimeValueSO to CommonStatRuntimeSO. These changes are made so that you can better remember the focus classes so that you can use them better. Apologies for the inconvenience!
Optimized CommonStatRuntimeSO. Avoid problems encountered with initialization.
Last updated