MRTK Graphics Tools
Microsoft Mixed Reality
$0.0
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
01/26(2024) |
0.0 |
11/06(2024) |
0.0 |
Jump AssetStore
Graphics tools and components for developing Mixed Reality applications in Unity.MRTK Graphics Tools for Unity is a Unity engine package created to help improve the visual fidelity of mixed reality applications while staying within performance budgets.Graphics Tools is a Unity package that is designed for independent use or with other packages inside the Mixed Reality Toolkit (MRTK). Many developers use Graphics Tools on its own, but also inadvertently when pulled in as a dependency to another MRTK package.For more information about this package please visit https://aka.ms/mrtk3graphics.The package contains functionality that falls under three categories: editor, runtime, and samples. The following sections explain each category.EditorEverything within the editor directory contains functionality that helps developers at edit time. Examples are custom inspectors, shader GUIs, property drawers, or even shaders that only render in the Unity Editor.RuntimeThe runtime directory contains most of the package's functionality and includes all code and content that can be compiled into a player build. This directory is broken into coarse feature areas and asset folders for commonly used shaders, textures, and models.SamplesSamples exist under the Samples~ directory as outlined by Unity's sample recommendations. The '~' character prevents the Samples~ folder for being imported by Unity. This is ideal when including the package via the package manager.Samples should be used to gleam example usage and not used directly in production. Sample code and content do not follow semantic versioning and are subject to breaking changes.