Releases: Varneon/UdonExplorer
Releases · Varneon/UdonExplorer
0.3.4 - Menu Item Location Option
Changes
- Added the ability to move the menu item of Udon Explorer from
Varneon/Udon Explorer
toWindow/Varneon/Udon Explorer
(#5, #6)
You can now add a Scripting Define Symbol called VARNEON_HIDE_TOOLBAR_MENU
, this will move the menu item from Varneon/Udon Explorer
to Window/Varneon/Udon Explorer
:
0.3.3 - VRCSDK - Worlds 3.1.9 & VRCSDK3 2020.3.2 Compatibility Fix
0.3.2 - VPM Release
Identical to 0.3.1
but from now released as compatible with VPM
Assembly definition tweaks, VPM manifest additions
- Disabled GUID usage on the assembly definition references
- Added define constrains, VRC_SDK_VRCSDK3 and UDON (doesn't compile UdonExplorer's scripts if the keywords are not defined)
- Added VPM manifest info
NOTE: If errors appear in console about duplicate assemblies and/or conflicting GUIDs after importing the new version, delete the old "UdonExplorerAssembly.asmdef" or do a clean import
UPM Release (com.varneon.udonexplorer)
UPM-compatible release of UdonExplorer allowing the package to be imported using the Unity Editor's Package Manager.
DELETE THE OLD ASSETS IN "Assets/Varneon/UdonExplorer" FOLDER BEFORE IMPORTING THE NEW UPM PACKAGE IN A PROJECT WHERE YOU ALREADY HAVE UDONEXPLORER IMPORTED!
Changes:
- UdonExplorer's files have been moved to packages:
Installation via Unity Package Manager (git):
- Navigate to your toolbar:
Window
>Package Manager
>[+]
>Add package from git URL...
and type in:https://github.com/Varneon/UdonExplorer.git?path=/Packages/com.varneon.udonexplorer
Installation via Unitypackage:
- Download latest UdonExplorer from unitypackage from below
Filters - Separated entry points and symbols
Filters
New Features
- Filters: You can now filter all UdonBehaviours in your scene based on following parameters:
- Name
- Program Source
- Sync Mode
- Update Order
- Sync Metadata
- Entry Point
- Symbol
- Proximity
- Attached Component
- Interact Text
Statistics Summary, Sync Metadata and Entry Points
Added features
Statistics Summary
Statistics Summary shows the number of UdonBehaviours in following categories:
- Included In Build (No parents are tagged EditorOnly)
- Active (GameObject)
- Enabled (UdonBehaviour Component)
- Manual Synced
- Continuous Synced
Sync Metadata Preview
Sync Metadata field displays all synced variables on the Udon Program
Entry Point Preview
Entry Point field displays all entry points on the Udon Program
First Open Beta
Initial release for allowing the public to test the editor extension