We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba7cad commit 40659a9Copy full SHA for 40659a9
Runtime/MaterialConverter.cs
@@ -32,6 +32,7 @@ public class MaterialConverter : IMaterialConverter
32
{
33
public Material DotMatrixDisplay => UnityEngine.Resources.Load<Material>("Materials/DotMatrixDisplay");
34
public Material SegmentDisplay => UnityEngine.Resources.Load<Material>("Materials/SegmentDisplay");
35
+ public int NormalMapProperty => NormalMap;
36
37
#region Shader Properties
38
0 commit comments