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.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

Feedback RaycastNonAlloc request

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

  1. merpheus

    merpheus

    Joined:
    Mar 5, 2013
    Posts:
    196
    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.