※ Reporting bugs or issues will help me improve the plugin and help others.
VamObjectExplorer
● This plugin is used to explore the structure of VaM's game objects.
● Either the Atom Plugin or the Session Plugin can be used whichever you prefer.
● This plugin features a tree-structured interface, offering a more intuitive and user-friendly environment.
● It offers the ability to view and easily modify both Transform and RectTransform properties, making it highly convenient to use.
● In particular, the object dump feature allows you to examine memory leaks and resource allocation status.
● The plugin is so straightforward that it hardly needs a manual, but do keep in mind that you can refresh the specific tree by pressing the F5 key.
● Please note that after modifying a Transform, switching to another Transform may cause the original values to be restored. If you save a Transform, it will only be valid for the current session. (It's likely that the preset saving feature for edited content will be added maybe in the next update)
● Additionally, the Destroy button was originally created to remove objects causing memory leaks. However, since it literally deletes the object, using it recklessly can be risky. I plan to add a confirmation dialog in the next version.
● There’s a similar plugin called GameObjectExplorer by @Acid Bubbles , and I myself was using this amazing tool until quite recently. I’m truly thankful to him.
● This plugin's intricate user interface was constructed via CustomLayoutUI.
hub.virtamate.com
● This plugin's tree hierarchy was constructed through CustomTreeUI.
hub.virtamate.com
● CustomUI/CustomTabUI was used to construct the components of this plugin.
hub.virtamate.com
hub.virtamate.com
● CustomUI-PanelResizer was used to enable panel movable/resizable in this plugin.
hub.virtamate.com
VamObjectExplorer
● This plugin is used to explore the structure of VaM's game objects.
● Either the Atom Plugin or the Session Plugin can be used whichever you prefer.
● This plugin features a tree-structured interface, offering a more intuitive and user-friendly environment.
● It offers the ability to view and easily modify both Transform and RectTransform properties, making it highly convenient to use.
● In particular, the object dump feature allows you to examine memory leaks and resource allocation status.
● The plugin is so straightforward that it hardly needs a manual, but do keep in mind that you can refresh the specific tree by pressing the F5 key.
● Please note that after modifying a Transform, switching to another Transform may cause the original values to be restored. If you save a Transform, it will only be valid for the current session. (It's likely that the preset saving feature for edited content will be added maybe in the next update)
● Additionally, the Destroy button was originally created to remove objects causing memory leaks. However, since it literally deletes the object, using it recklessly can be risky. I plan to add a confirmation dialog in the next version.
● There’s a similar plugin called GameObjectExplorer by @Acid Bubbles , and I myself was using this amazing tool until quite recently. I’m truly thankful to him.
● Some minor bug fix
● Enhanced Performance
● Keyword Search Functionality (F3 for forward search, Ctrl+F3 for backward search)
● Enhanced Performance
● Keyword Search Functionality (F3 for forward search, Ctrl+F3 for backward search)
CustomLayoutUI - Plugins + Scripts -
※ Reporting bugs or issues will help me improve the plugin and help others. CustomLayoutUI ● This .cs for new style Layout UI implementation for developer. ● This implementation offers robust flexibility for crafting a custom UI tailored to your...
CustomTreeUI - Plugins + Scripts -
※ Reporting bugs or issues will help me improve the plugin and help others. CustomTreeUI ● This plugin is designed to simplify the implementation and usage of TreeUI. ● By implementing the object-pooling-technique with sliding window, I confirmed...
CustomUI - Plugins + Scripts -
※ Reporting bugs or issues will help me improve the plugin and help others. CustomUI ● This .cs for plugin UI component library for developer. ● This is licensed under CC-BY, so you are free to incorporate it into your own code and use it as you...
CustomTabUI - Plugins + Scripts -
※ Reporting bugs or issues will help me improve the plugin and help others. CustomTabUI ● This .cs for new style tab UI implementation for developer. ● This is licensed under CC-BY, so you are free to incorporate it into your own code and use it...
CustomUI-PanelResizer - Plugins + Scripts -
※ Reporting bugs or issues will help me improve the plugin and help others. CustomUI-PanelResizer ● This plugin helps users by allowing easy adjustment of the default VAM-UI size. ● By default, this plugin applies to all Atoms as a session-level...