Page 2 of 2

Re: Tessellation trouble

PostPosted: Mon Oct 08, 2018 2:59 pm
by Ricardo Teixeira
francois85 wrote:OK made some progress, Updating Unity to 2018.2.11f, turning off GPU instancing and switching build target to MacOS is working. I will dig into which one was the fix the afternoon.


That makes sense, you can't use GPU Instancing with Tessellation. (Unity related)

Re: Tessellation trouble

PostPosted: Mon Oct 08, 2018 3:06 pm
by Ricardo Teixeira
francois85 wrote:Looks like switching to iOS is the problem , is tessellation not supported on iOS


Tessellation on MacOS and iOS can be a bit problematic depending on the Hardware used, Unity version, and Graphics API targeted. Do note that we use the Tessellation technique provided by Unity, if the Standard Unity Tessellation shaders work with your current setup so should ours, be sure to let me know if that is not the case.

Thanks!

Re: Tessellation trouble

PostPosted: Mon Oct 08, 2018 5:54 pm
by naitoookami
My issue was instancing ignore my previous complaints haha

Re: Tessellation trouble

PostPosted: Mon Oct 08, 2018 7:54 pm
by francois85
Thanks for the reply Ricardo, I’m going to file a bug report with Unity.

Ps this tool is awesome keel up the good work

Re: Tessellation trouble

PostPosted: Wed Oct 17, 2018 3:32 pm
by Ricardo Teixeira
Thank you for using it ;)