Releases: Synthoid/UnitySubstanceExtensions
Releases · Synthoid/UnitySubstanceExtensions
v1.4.0
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.
v1.3.0
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.
v1.2.0
Updated API to be compatible with Substance in Unity version 2.0.2.
v1.1.0
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.
v1.0.0
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.