You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be better if you could re-implement #22 in a way you think would be more appropriate for the project.
What I basically thought is missing:
Example of dumping / restoring raw MonoBehaviours.
Example of iterating over objects without writing additional code for getting local asset path, asset file name etc each time.
Some kind of generator or iterator over objects in all files with progress function changing option that provides the aforementioned things.
Function (ex. am.save("lz4")) for auto-saving all changed files using the generator in the Environment class. It could be overridden if some project needs more but in most cases it should be enough by itself.
The text was updated successfully, but these errors were encountered:
I think it would be better if you could re-implement #22 in a way you think would be more appropriate for the project.
What I basically thought is missing:
MonoBehaviour
s.local asset path
,asset file name
etc each time.am.save("lz4")
) for auto-saving all changed files using the generator in theEnvironment
class. It could be overridden if some project needs more but in most cases it should be enough by itself.The text was updated successfully, but these errors were encountered: