• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

Undo button.

Undo won't be possible until 2.X, and even then might be very limited. It isn't possible to record every physics object (1000s) every frame, and VaM is largely physics driven. So undo might be able to undo a move of a node you did interactively, but if that move caused the model to get tangled, the undo likely won't fix it.
 
Maybe the option to have an autosave while in EditMode every 30sec, keeping the last 10 versions or something? Normal scene save is usually fast enough for that if there is a way to skip the thumbnail screenshot. Actually I would assume it should be possible to build a plugin for this already.
 
2.X will have auto-save as well, and it will be done mostly on a background thread where Unity would permit (many Unity components cannot be accessed on a thread). Save is not a fast operation, especially if the scene has animation, although I'm working to split animation to its own separate binary store file.
 
Back
Top Bottom