Cameron
Cameron
In the same vein as Unreal's `stat unit` command a simple frame time display:  New features to aspire towards are: - Zero per frame allocations - No gameobjects created...
CPU timestamps may not always paint an accurate picture of missed frames in Unity. To gain a more accurate representation of missed presentations we should integrate [this API for UWP...
When generating an outline mesh using the [mesh outlines feature](https://github.com/microsoft/MixedReality-GraphicsTools-Unreal/pull/16) sometimes the resulting geometry has a few artifacts. For example a flat top at the tip of the cone: ...
## Describe the problem Adding UI GameObjects should automatically create a parent canvas when one is not selected. These menu items in particular:  ## Describe the solution you'd like...
## Describe the problem Graphics Tools should supply a tool to help magnify the screen in stereo rendering contexts.  ## Describe the solution you'd like ### 1. Create URP...
## Describe the problem This is a stretch goal, but our docs have always tried to represent 3D concepts in 2D. How amazing would it be if our docs contained...
## Describe the problem Right now, NPM packages are created and uploaded locally. This should be done by an automated pipeline. ## Describe the solution you'd like Ideally whenever the...
## Describe the problem The [Channel Packer tool](https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/mrtk2/features/rendering/mrtk-standard-shader?view=mrtkunity-2022-05#texture-combiner) found in MRTKv2 is useful for packing textures when access to other tools, like Photoshop, is not available. ## Describe the solution...
## Describe the problem Configuring outline materials is difficult and error prone. ## Describe the solution you'd like Port this custom inspector to Graphics Tools: https://github.com/microsoft/MixedRealityToolkit-Unity/pull/10662 ## Describe alternatives you've...
## Describe the problem Currently the acrylic system is tagged as experimental but is used by many customers. This feature should be graduated out of experimental. ## Describe the solution...