XaiJu
MacGruber_Laboratory
MacGruber_Laboratory

patreon


Some productivity tools

Just posting some simple productivity tools that should speed up your creations:

VaMExporter is a tool for the Unity Editor. It works in tandem with the AssetBundleBrowser which we use to export AssetBundles to VaM. My tool does nothing more than taking the exported AssetBundles from one folder and copy them to the folder where you want them in VaM. While doing that it restores uppercase letters in the filename and adds the ".assetbundle" extension so VaM finds it. To make it work properly, put the file "VaMExporterWindow.cs" into your project's Assets folder and inside a folder named "Editor".

EditorOnly is a trivial script you can put on GameObjects in your Unity project. It prevents that GameObject and their children from being exported as AssetBundle. For example I use it for light sources in my scene I need to see things in the Editor, but don't want exported to VaM, because VaM has its own lights.

MacGruber_EditMode is trivial but glorious VaM plugin you can put on your default VaM scene. It just switches VaM to edit mode on startup. If you are running VaM in Desktop mode this does also open the MainMenu UI and enables targets (pressing T), so you can start doing things instantly.



Some productivity tools Some productivity tools

More Creators