0
Not a bug
Procedural mesh incompatible with ShaderForge
So I'm generating a mesh at run-time, and every non-SF shaders work fine (also Third party shaders like RTP), but any type of ShaderForge shader makes the Albedo completely black..
The only way I can get the ShaderForge shaders to work is by making them unlit, and put the Albedo in the Emission channel.
I've exported the runtime mesh using an obj exporter script I scrambled together, imported the obj file in unity, and the shaders suddenly work! So something's messing up during runtime.
Any clue as to why this is happening?
Or how I'll might be able to solve this?
If there's any other information needed, I'd be more then happy to deliver.
The only way I can get the ShaderForge shaders to work is by making them unlit, and put the Albedo in the Emission channel.
I've exported the runtime mesh using an obj exporter script I scrambled together, imported the obj file in unity, and the shaders suddenly work! So something's messing up during runtime.
Any clue as to why this is happening?
Or how I'll might be able to solve this?
If there's any other information needed, I'd be more then happy to deliver.
Antwoord
0
Antwoord
Not a bug
Freya Holmér (Developer) 9 jaar geleden
I think you are the same person as the one who posted on reddit, and I believe you fixed it by restarting Unity
I'm having a similar issue with the new version of ShaderForge (1.17) related to creating dynamic materials.
When I try to execute "Material m = new Material(Shader.Find("Tiles"));, it fails with the following error:
NullReferenceExceptionUnityEngine.Material..ctor (UnityEngine.Shader shader) (at C:/buildslave/unity/build/artifacts/generated/common/runtime/ShaderBindings.gen.cs:168)
When I try to execute "Material m = new Material(Shader.Find("Tiles"));, it fails with the following error:
NullReferenceExceptionUnityEngine.Material..ctor (UnityEngine.Shader shader) (at C:/buildslave/unity/build/artifacts/generated/common/runtime/ShaderBindings.gen.cs:168)
Antwoord
Not a bug
I think you are the same person as the one who posted on reddit, and I believe you fixed it by restarting Unity
Customer support service by UserEcho