Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
Updated extensions to work with Substance in Unity plugin version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthoid committed Aug 13, 2018
1 parent 39baedc commit d1d21a2
Show file tree
Hide file tree
Showing 8 changed files with 303 additions and 202 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ protected override void DrawTargetField(Rect position, SerializedProperty proper
SerializedProperty typeProperty = property.GetSiblingProperty("type");

int inputCount = NativeFunctions.cppGetNumInputs(graph.nativeHandle);
Globals.Input[] inputs = Globals.GetNativeInputs(graph, inputCount);
NativeTypes.Input[] inputs = NativeTypes.GetNativeInputs(graph, inputCount);
GUIContent[] labels = new GUIContent[inputCount];

for (int i = 0; i < inputCount; i++)
Expand Down
Loading

0 comments on commit d1d21a2

Please sign in to comment.