TheNexusAvenger / Nexus-VR-Character-Model

Maps Roblox characters to the VR inputs of players.
MIT License
67 stars 12 forks source link

V3.0 Camera Implementation (Bug Bounty) #42

Open TheNexusAvenger opened 6 months ago

TheNexusAvenger commented 6 months ago

Nexus VR Character Model has always included a camera implementation. Version 1 and 2 could rely on the camera just being where the eyes are, but version 3 can't because of using VRService.AvatarGestures. At the moment, it is both possible for:

To keep feature parity from V.2.1.0, I'd like to have a custom camera implementation because the Roblox camera does not care for seats that tilt or roll (roller coasters, cars on slopes, planes, spaceships). In theory, this would also allow for the third-person camera to be re-added.

There is a 150,000 Robux ($525 in DevEx) bounty on getting this resolved. A pull request should be based on the AvatarGestures branch (NOT master). For said pull request:

GinisDev commented 6 months ago

I do not understand this issue because I can't find any of the problems you state here while testing. ex: The camera does adjust/act to seats being tilted.

Edit: I'm using v.2.10.0 and have a script in sss that sets VRService.AvatarGestures to true.

TheNexusAvenger commented 6 months ago

This is only on the V.3 preview branch named AvatarGestures (release V.3.0.0-preview1). No live servers should be pulling in this version, so it would only be test servers and Studio.

APTInstallAP commented 2 weeks ago

I think you should explain what you are trying to do more precise. And clearly more. (Edit: You can set the head transparency to 1 on the client to fix the issue with the head being visible, And explain what you mean with "disables automatic player movements")