-
-
Notifications
You must be signed in to change notification settings - Fork 34
Update Wireframe Shader to new MRTK standard #254
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I explicitly made changes to the original mrtk shader to make variable usages clearer and cleaned up stuff. Did you just straight copy/paste?
XRTK-Core/Packages/com.xrtk.core/StandardAssets/Shaders/MixedRealityWireframe.shader
Outdated
Show resolved
Hide resolved
If you made changes for clarity, better to handle this in the documentation, since we are unlikely to be modifying this functionality. |
XRTK-Core/Packages/com.xrtk.core/StandardAssets/Shaders/MixedRealityWireframe.shader
Outdated
Show resolved
Hide resolved
XRTK-Core/Packages/com.xrtk.core/StandardAssets/Shaders/MixedRealityWireframe.shader
Outdated
Show resolved
Hide resolved
XRTK-Core/Packages/com.xrtk.core/StandardAssets/Shaders/MixedRealityWireframe.shader.meta
Show resolved
Hide resolved
…bugfix/wireframeshader
…-Core into bugfix/wireframeshader
Did this work for Android? |
It works for Android but not on the Quest or Go as they don't support Geometry shaders. |
Where are you getting those errors, and on which platform? |
It showed up when I was trying to update to 2019.2 on the lumin build target |
So this doesn't happen in 2019.1, it's only just showed up in 2019.2 then. Oh shock horror... Because Unity :S |
opened #263 in response to this. |
Just spotted, thanks. Although concerned at how it seems to have gotten worse, may have to rollback till we have a fix |
It's not the wireframe shader I'm worried about. It was the standard shader changes. |
Let's roll it all back and just make changes to the wireframe shader |
This reverts commit 98ef57f.
Agreed, let's roll back. But I'll remove the old wireframe shader from the SDK until we have a working solution. It'll have to be a project only thing until we have something that at least compiles on all platforms |
* Update Wireframe Shader to new MRTK standard Resolves #189 * Reverted Property names back to original names * Updated shader based on comments, removed superfluous white spaces
XRTK - Mixed Reality Toolkit Change Request
Overview
Update Wireframe Shader to new MRTK standard
Target of the change:
Is this enhancement for:
Changes:
Resolves #189
Breaking Changes:
Requires SDK update, to update materials to new shader