Replies: 2 comments
-
Yes, you are correct. We'll be sure to include the fix in our next release. Thank you for bringing this to our attention! |
Beta Was this translation helpful? Give feedback.
0 replies
-
v1.1.10 has been published with the fix for this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
There is a problem with your InputHandler!
When you reference Camera to cam field you aren't using it in your UpdateTouch function, and are using it in your UpdateMouse.
We have 2 Cameras one for UI and the other for everything else in the URP project so everything worked on PC but we had an issue with Touch on mobile.
Beta Was this translation helpful? Give feedback.
All reactions