You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2023. It is now read-only.
Updated API to be compatible with Substance in Unity version 2.2.0
ExportSubstanceTextureWindow can now export individual textures from substances, not just all textures.
Updated API to be compatible with Substance in Unity version 2.1.0.
Moved extension scripts to the SubstanceExtensions and SubstanceExtensionsEditor namespaces to clearly separate extension code from native Substance code.
Added GetOutputSize and SetOutputSize SubstanceGraph extension functions.
Added SubstanceInputType enum value to SubstanceParameter to show what the parameter’s value type is.
SubstanceParameter dropdown now references the type value (int, float, Vector2, etc) of the target input parameter.
Initial public release with support for conveniently accessing Substance inputs and outputs, as well as exporting Substance textures as stand alone assets directly inside Unity.