MixedReality-GraphicsTools-Unity icon indicating copy to clipboard operation
MixedReality-GraphicsTools-Unity copied to clipboard

Graphics tools and components for developing Mixed Reality applications in Unity.

Results 57 MixedReality-GraphicsTools-Unity issues
Sort by recently updated
recently updated
newest added

## Describe the problem Graphics Tools supports Unity's Universal Render Pipeline (URP) but does not expose functionality to the new Shader Graph that comes with URP. ## Describe the solution...

enhancement

## Describe the problem Investigate if it is possible to write a meshrender/shader pair that would play nice with UnityUI rect transforms. This would allow for rect transform layouts and...

enhancement

## Describe the problem Right now, the Graphics Tools/Standard and Graphics Tools/Standard Canvas shaders apply base colors/gradients and strokes (border lights) using paradigms convenient to HoloLens 1 and 2 but...

enhancement

## Describe the problem Banding is present in our texture based iridescence feature: ![image](https://user-images.githubusercontent.com/13305729/173663401-f7272214-3f1a-4aa8-a793-8d7a9ceb8d48.png) Switching to programmatic iridescence gradient look ups would alleviate this issue. ## Describe the solution you'd...

enhancement
good first issue

## Describe the problem Banding is present in our texture based iridescence features and gradient features: ![image](https://user-images.githubusercontent.com/13305729/173689250-879d975e-710b-4b23-a658-85dd9af47edd.png) ## Describe the solution you'd like Would be good to have an option...

enhancement

## Describe the issue Need to document when and why to enable edge smoothing for backplates. ## Feature area Missing nuances between when and how edge smoothing works for backplates...

documentation

## Describe the problem Graphics Tools is used by a bunch of projects that cannot take breaking changes but would like new features and improved workflows. To adopt this, we...

enhancement

## Overview Adds a tool that calculates "ambient occlusion" and stores the data in the mesh for use in the Standard shader. ## Motivation Ambient occlusion adds realism to a...

## Describe the bug Inner Glow property does not respect Rounded Corners ## To reproduce Enable Rounded Corners Enable Inner Glow ## Expected behavior Inner Glow should respect rounded corners...

bug

## Describe the problem In the canvas mesh element script I can only have one mesh with one materials the 3D element is one mesh but it needs support for...

enhancement