MicrosoftDocs / mixed-reality

Mixed Reality documentation
Creative Commons Attribution 4.0 International
173 stars 181 forks source link

Where i can access the Acrylic sample scene? #733

Closed nongzhang closed 1 year ago

nongzhang commented 1 year ago

[Enter feedback here] In MRTK 3 Project, I cant find Acrylic sample scene. In github mixed-reality, there is alse no Acrylic sample scene and no AcrylicHelpr.cs

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Species521 commented 1 year ago

Hey nongzhang. The Acrylic sample scene, and all other sample scenes, live in the Mixed Reality Graphics Tools repo now. The MRTK has been split up into several packages to tailor it better to the users' needs. The Graphics Tools are here: https://github.com/microsoft/MixedReality-GraphicsTools-Unity

image

In order to make the sample scenes available, please make sure to activate them inside the Unity Editor in the Graphics Tools tab, "Window > Graphics Tools > Show Samples". If this option isn't available/greyed out, you might need to import everything manually via the Package Manager:

image

Here's the link to the specific doc: https://github.com/microsoft/MixedReality-GraphicsTools-Unity#documentation

nongzhang commented 1 year ago

thanks,i got it!