Skip to content

Releases: Varneon/VUdon-Noclip

0.3.0-alpha.2 - UdonSharp dependency migration

08 Oct 07:56
Compare
Choose a tag to compare

❗ PLEASE NOTE ❗

Noclip now has only one dependency for the custom inspector: VUdon Editors!

All VUdon ecosystem's prefabs are slowly migrating to use VUdon Editors inspector toolkit for all custom inspectors for the prefabs, and it can be downloaded from here

V-Inspector and Neon Inspector are obsolete dependencies and can be safely removed from the project if no other prefab has them defined as a dependency.

Changes

  • UdonSharp dependency has been migrated to com.vrchat.worlds >=3.4.0 <4.0.0 (Fixes #18)

0.3.0-alpha.1 - VUdon Editors Migration, Desktop Rotation Fix, Minor Tweaks

02 Sep 08:45
079929b
Compare
Choose a tag to compare

❗ PLEASE NOTE ❗

Noclip now has only one dependency for the custom inspector: VUdon Editors!

All VUdon ecosystem's prefabs are slowly migrating to use VUdon Editors inspector toolkit for all custom inspectors for the prefabs, and it can be downloaded from here

V-Inspector and Neon Inspector are obsolete dependencies and can be safely removed from the project if no other prefab has them defined as a dependency.

Added

  • Dependency requirement for VUdon Editors.
  • AddComponentMenu item for adding noclip (Add Component > VUdon > Noclip).

Changed

  • Migrated to use VUdon Editors for custom inspector.
  • Updated UdonSharp dependency version definition to 1.1.9.
  • Moved the noclip prefab from root of the package to Runtime/Prefabs/Noclip.prefab.
  • Disallowed multiple Noclip components on the same object.

Removed

Fixed

  • Continuous rotation on desktop caused by change in the returned data from VRCPlayerApi.GetRotation() since the latest VRChat update.

0.2.1-beta.1 - NoclipEventCallbackReceiver

07 May 09:39
bdf8bf4
Compare
Choose a tag to compare

Changes

0.2.0 - Input And Execution Order Standardization, Movement Speed Improvements

18 Mar 13:32
bdf8bf4
Compare
Choose a tag to compare

Changes

0.2.0-beta.4 - Fix Desktop Input Resetting

22 Jan 03:05
Compare
Choose a tag to compare

Changes

  • Removed input resetting during noclip disable (9f99c03)

0.2.0-beta.1 - Input Standardization Improvements

04 Jan 02:59
d6127b7
Compare
Choose a tag to compare

Changes

0.2.0-beta.3 - Execution Order Fix

18 Jan 02:48
c42aa95
Compare
Choose a tag to compare
Pre-release

Changes

  • Reverted to using LateUpdate() instead of SCEDF (c3e1016)
  • Set DefaultExecutionOrder to -1000000000 (a2ad611)

0.2.0-beta.2 - Input Standardization Improvements

04 Jan 04:28
c42aa95
Compare
Choose a tag to compare

Changes

  • Merged LateUpdate event's if statements (0467e2d)
  • Created SCEDF-based LateUpdate event as a replacement for Unity's LateUpdate to cut down idle CPU usage (0eafcd1)
  • Added help URL to the Noclip class (4d57557)
  • Fixed incorrect field label (cf61854)

0.1.0 - First VPM Release

27 Sep 07:14
Compare
Choose a tag to compare