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

Releases: Synthoid/UnitySubstanceExtensions

v1.4.0

31 Mar 20:02
Compare
Choose a tag to compare

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

09 Oct 04:47
da3ee02
Compare
Choose a tag to compare

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

13 Aug 02:20
Compare
Choose a tag to compare

Updated API to be compatible with Substance in Unity version 2.0.2.

v1.1.0

02 Jul 05:49
Compare
Choose a tag to compare

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

29 Jun 23:34
Compare
Choose a tag to compare

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.