Releases: Varneon/VUdon-Noclip
0.3.0-alpha.2 - UdonSharp dependency migration
❗ 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
andNeon 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
❗ 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
andNeon 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
- Dependency requirement for V-Inspector.
- Dependency requirement for Neon Inspector.
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
Changes
- Added abstract
NoclipEventCallbackReceiver
(61688dd)
0.2.0 - Input And Execution Order Standardization, Movement Speed Improvements
Changes
- VRChat Input Events are now used instead of
Input.GetAxisRaw
(1dff5a3) - Swapped VR input exponent to AnimationCurve (ff2daa8)
- Set DefaultExecutionOrder to -1000000000 (a2ad611)
- Added help URL that points to this repository's wiki (4d57557)
- Improved package dependency version definitions (16095b5, 17ee9b5)
0.2.0-beta.4 - Fix Desktop Input Resetting
Changes
- Removed input resetting during noclip disable (9f99c03)
0.2.0-beta.1 - Input Standardization Improvements
Changes
- Inputs are now received via VRChat's input events instead of Input.GetAxisRaw (1dff5a3)
- Added early return for matching enabled state when setting noclip enabled state (c146e94)
- Normalized input vectors (6f62b5c)
- Changed VR input exponent to animation curve (ff2daa8)
0.2.0-beta.3 - Execution Order Fix
0.2.0-beta.2 - Input Standardization Improvements
0.1.0 - First VPM Release
Bump version