Reputation: 3
I just started learning AR development with unity using this YouTube tutorial (https://www.youtube.com/watch?v=lelX8GGh_S8). At some point in the tutorial, the creator added a script called "Place on Plane" to the AR Session Origin. He didn't write the script in the tutorial and it seems more like a Unity script but for some reason, I wasn't able to find it in my Unity and now I'm stuck. Please, any assistance would be greatly appreciated.
Script: https://github.com/Unity-Technologies/arfoundation-samples/blob/main/Assets/Scripts/PlaceOnPlane.cs
Upvotes: 0
Views: 1370
Reputation: 1
In order to add "Place On Plane" script follow the steps below:
Hope this helps - Thank you
Upvotes: 0
Reputation: 90724
If you look into the PackageManager for ARFoundation
you find
Samples available at https://github.com/Unity-Technologies/arfoundation-samples
which basically means: These are not included! If you want to use anything from there then download and import these samples into your project.
Upvotes: 2