Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Feedback RaycastNonAlloc request

Discussion in 'AR' started by merpheus, Dec 17, 2019.

  1. merpheus

    merpheus

    Joined:
    Mar 5, 2013
    Posts:
    201
    Hey there, as y'all well know, AR is a pretty performance eager technology. So optimization is important, especially in complicated scenes.

    Thus, I know that Unity provides
    Physics.RaycastNonAlloc
    method for raycasting without allocation. But ARRaycastManager does not have a NonAlloc version.

    So, I'd be happy to see that added if it is not getting done somewhere in the lower level.