-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
"Physics.ClosestPoint can only be used with a BoxCollider" - Continiously printed in the Log File #8915
Comments
@arunrajselvaraj I have this problem. If you don't mind me asking, what was the internal problem with your project? |
@JPhilC I closed this bug by mistake. Still we are facing this issue. |
Funnily enough this started happening for me when I changed the Managed Stripping Level from Low to Medium. I changed it back and the problem went away. |
This issue has been marked as stale by an automated process because it has not had any recent activity. It will be automatically closed in 30 days if no further activity occurs. If this is still an issue please add a new comment with more recent details and repro steps. |
This is occurring for me using the latest MKT3. It fills up my logs! Happens in the Unity Editor or on Oculus: |
@derekdominoes thanks for bumping this. Sorry this fell in between the "couch cushions" so to speak. We'll take a look. |
This is almost certainly related to cursor magnetism. |
Not sure what it means to be added to a 6 week old milestone in your process? com.microsoft.mixedreality.openxr: 1.5.1 |
Yep, #11096 fixed this. @derekdominoes, we close issues when the fix is merged, not necessarily packaged as a release. Stay tuned for pre.12! |
Thank you. It does look like the same bug. I'll stay tuned :)
Sent with [Proton Mail](https://proton.me/) secure email.
…------- Original Message -------
On Friday, October 14th, 2022 at 1:06 PM, Finn Sinclair ***@***.***> wrote:
Yep, [#11096](#11096) fixed this. ***@***.***(https://github.com/derekdominoes), we close issues when the fix is merged, not necessarily packaged as a release. Stay tuned for pre.12!
—
Reply to this email directly, [view it on GitHub](#8915 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AEBLLD7QFQAC2XP7GHUGG43WDGOJPANCNFSM4TMN5TBQ).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
This issue has been migrated a new MRTK repository, and the status of this issue will now be tracked at the following location:
Describe the bug
After starting the application, the below exception fills the log file continuously
To reproduce
Always reproducible
Expected behavior
Not to print this
Screenshots
``
Physics.ClosestPoint can only be used with a BoxCollider, SphereCollider, CapsuleCollider and a convex MeshCollider.
UnityEngine.Collider:ClosestPoint(Vector3)
Microsoft.MixedReality.Toolkit.Input.SpherePointerQueryInfo:TryUpdateQueryBufferForLayerMask(LayerMask, Vector3, Vector3, QueryTriggerInteraction, Boolean)
Microsoft.MixedReality.Toolkit.Input.SpherePointer:OnPreSceneQuery()
Microsoft.MixedReality.Toolkit.Input.FocusProvider:UpdatePointer(PointerData)
Microsoft.MixedReality.Toolkit.Input.FocusProvider:UpdatePointers()
Microsoft.MixedReality.Toolkit.Input.FocusProvider:Update()
Microsoft.MixedReality.Toolkit.<>c:b__67_0(IMixedRealityService)
System.Action
1:Invoke(T) Microsoft.MixedReality.Toolkit.MixedRealityToolkit:ExecuteOnAllServicesInOrder(Action
1)Microsoft.MixedReality.Toolkit.MixedRealityToolkit:UpdateAllServices()
Microsoft.MixedReality.Toolkit.MixedRealityToolkit:Update()
Your setup
Target platform
Thanks
The text was updated successfully, but these errors were encountered: