Releases: TheNexusAvenger/Nexus-VR-Core
Releases · TheNexusAvenger/Nexus-VR-Core
V.2.1.0
V.2.0.2
Changes
- Fixed easing for
ScreenGui3D
not being clamped, resulting in unexpected behavior when <10 FPS.
V.2.0.1
Changes
- Re-added
PointingEnabled
.
V.2.0.0
This version has breaking changes.
Changes
- Removed
VRSurfaceGui
,VRPart
,VRPointer
, andVRPointing
. - Removed Nexus Wrapped Instance and Nexus Project dependencies.
ScreenGui
no longer extendsNexusWrappedInstance
.GetWrappedInstance
no longer exists and adding children is not supported.
V.1.1.0
Changes
- Deprecated custom pointing.
- Added
PartUtility
to deprecateVRPart
. - Prevent custom pointing from being set up multiple times.
V.1.0.7
Changes
- Moved the parts used for the
ScreenGui3D
s toWorkspace.CurrentCamera
for raycasting with the default pointer.
V.1.0.6
Changes
- Updated Nexus Wrapped Instance to enforce a singleton instance.
V.1.0.5
Changes
- Updated Nexus Instance to fix memory leak.
V.1.0.4
Changes
- Updated Nexus Instance to V.2.0.0 to improve performance.
V.1.0.3
Changes
- Updated Nexus Instance to V.1.4.1 to fix a memory leak.