Synthoid / UnitySubstanceExtensions

Repository for extensions to the Substance plugin introduced in Unity 2018.1.
MIT License
19 stars 2 forks source link

Unable to get this working in Unity 2019.2.15f #2

Open XcomReborn opened 4 years ago

XcomReborn commented 4 years ago

I have dragged the plugin folder into my asset folder but it will not compile.

First Error I get complains of a problem copying a Multiplayer HLAPI dll file. So I googled that and people suggested removing the Multiplayer HLAPI package and reinstalling it.

After doing so this error goes away and is replaced by 6 new compile errors complaining error CS0246 the type or namespace 'Substance' could not be found.

I've had so many problem with Substance in unity I just want to export all my substance textures to png's and then never have to use it again. But I can't seem to do this.

Synthoid commented 4 years ago

You have to install the Substance plugin for the extension classes to work. They cannot function by themselves.

This code hasn’t really been updated for a while, but the newest substance plugin supports exporting all the generated bitmaps for a substance out of the box. I recommend installing that then exporting your maps, or just exporting your maps in Substance Player.

It is a shame that the plugin has so many flaws. I hope you can get everything exported!