keijiro / Skinner

Special Effects with Skinned Mesh in Unity
MIT License
3.36k stars 414 forks source link

Not running in Unity 5.6 with SteamVR #15

Closed mikerz closed 7 years ago

mikerz commented 7 years ago

When I run the Test scene with Virtual Reality supported and SteamVR launched, I get absolutely nothing rendering from the SkinnerRenderers (not even the Debug one). It seems that there's some kind of basic incompatibility with your project and SteamVR.

There's no crashing, no error -- just absolutely nothing renders.

masterchop commented 7 years ago

This was reported already in issue 14. Please follow that thread. :+1:

keijiro commented 7 years ago

I found an issue in Unity's side, and added a workaround for it. Please see #17 for further details.

You can download the new package from here: https://github.com/keijiro/Skinner/releases

To set references to the newly added shaders, SkinnerSource.cs has to be re-added to game objects (remove SkinnerSource components from game objects in your project, then re-add them).

I'm closing this issue now. Please feel free to reopen if you find further problems.