Skip to content

Releases: Varneon/UdonExplorer

0.3.4 - Menu Item Location Option

12 Jan 06:05
d3c36cd
Compare
Choose a tag to compare

Changes

  • Added the ability to move the menu item of Udon Explorer from Varneon/Udon Explorer to Window/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:

image

0.3.3 - VRCSDK - Worlds 3.1.9 & VRCSDK3 2020.3.2 Compatibility Fix

19 Oct 08:57
4ca17dd
Compare
Choose a tag to compare

What's Changed

  • Fix errors caused by recent method rename changes in VRCSDK - Worlds 3.1.9 and VRCSDK3 2020.3.2 by @Varneon in #4

Bug: #3

Current Solution

  • Added version defines to the Editor assembly definition to detect the current version of the VRCSDK - Worlds and VRCSDK3:
    Unity_rQkOFh73wA

  • Added conditional compilation based on the current version:
    devenv_DYOzpQ5O7c

0.3.2 - VPM Release

19 Sep 18:23
Compare
Choose a tag to compare

Identical to 0.3.1 but from now released as compatible with VPM

Assembly definition tweaks, VPM manifest additions

25 Aug 11:07
81bc7c5
Compare
Choose a tag to compare
  • 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)

28 Apr 10:24
295ef7d
Compare
Choose a tag to compare

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:

image
image

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

31 Mar 19:57
Compare
Choose a tag to compare

Entry point and symbol filters are now separated into exported and non-exported filters

image

Filters

17 Mar 06:13
Compare
Choose a tag to compare

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

image

Preview on Twitter

Statistics Summary, Sync Metadata and Entry Points

12 Feb 21:10
aeabd83
Compare
Choose a tag to compare

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

image

Sync Metadata Preview

Sync Metadata field displays all synced variables on the Udon Program

image

Entry Point Preview

Entry Point field displays all entry points on the Udon Program

image

First Open Beta

11 Feb 00:39
Compare
Choose a tag to compare

Initial release for allowing the public to test the editor extension