Register
Log in
Substance Forum
»
Substance Integrations
»
Unity
»
Bake RenderSubstances Async
« Previous Topic
Next Topic »
Pages: [
1
]
Go Down
Author
Topic: Bake RenderSubstances Async (Read 3377 times)
klrxyz
any help please for bake by script
mySubstance.Bake( text , Path_Export);
nothing look happen when try
https://docs.substance3d.com/integrations/c-example-script-170459665.html
sgo2.QueueForRender();//queue for render
sgo2.RenderAsync();//render graph
Substance.Game.Substance.RenderSubstancesAsync();//render all substances async
on:
September 09, 2019, 10:04:29 pm
klrxyz
the grash of sbar look lost after
// queue for render
mySubstance.QueueForRender();
//render all substances async
Substance.Game.Substance.RenderSubstancesSync();
Reply #1 on:
September 09, 2019, 10:09:34 pm
klrxyz
Bake error!, invalid directory 'C:/2019/SubStance/Assets/normal'!
i take the )path like this
Path_Export = Application.dataPath;
please help
Reply #2 on:
September 10, 2019, 09:20:45 am
Wes McDermott
WWW
Hi,
Could you post the full script you are working on? You can send it to me directly via PM if you don't want to share it here.
Cheers,
Wes
Reply #3 on:
September 12, 2019, 02:11:03 am
Head of Substance Demo Art Team
the3dninja@adobe.com
Twitter: The3DNinja
Pages: [
1
]
Go Up
« Previous Topic
Next Topic »
Substance Forum
»
Substance Integrations
»
Unity
»
Bake RenderSubstances Async