Mobile Interaction.Point Exception: ExecutionEngineException: An unresolved indirect call lookup failed #280
obamalastname
started this conversation in
Bugs
Replies: 1 comment 1 reply
-
Hi! This looks like a duplicate of #247. We're still investigating a proper fix, but the current workaround is to change your |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
I added Nova on an advanced Unity project and I can't make the mobile input work. I simply try to build the Sample UIControl.scene, but no input works. Sometimes only the first input frame works. I am able to get some information such as
touch.screenPosition
, but the moment I callInteraction.Point(update, pointerDown)
I get these errors on the android logs :On a fresh Unity Project , I imported Nova and built the sample scene for the same phone and it worked perfectly. So I am guessing it is caused by something in my project settings. However, I have no idea what could cause these errors. Where should I look?
Thank you!
Unity Version 2022.3.5f1
Nova 2.1
Beta Was this translation helpful? Give feedback.
All reactions