Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile camera issue #8

Open
Yetionn opened this issue Feb 18, 2022 · 2 comments · May be fixed by #9
Open

Mobile camera issue #8

Yetionn opened this issue Feb 18, 2022 · 2 comments · May be fixed by #9

Comments

@Yetionn
Copy link

Yetionn commented Feb 18, 2022

Mobile users are currently experiencing a bug where the camera starts spinning uncontrollably at a random point in the game.

@nfcatto
Copy link

nfcatto commented Jul 21, 2022

Mobile users are currently experiencing a bug where the camera starts spinning uncontrollably at a random point in the game.

Apparently this still occurs on PC as well

@mgmchenry
Copy link

I can tell you this is caused by self.activeTransparencyController:Update(dt) which is called in CameraModule.Update now requiring that dt parameter.
Also, it got worse when :ApplyVRTransform was removed.
I'm opening a separate issue and pull request for the CameraInjector that resolves this. Until that's set, you can find the fix here:
https://devforum.roblox.com/t/wall-stickgravity-controller/432598/379

@mgmchenry mgmchenry linked a pull request Sep 3, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants