Page 1 of 1

bug texture

Posted: Thu Jun 30, 2016 3:29 pm
by Cristalnoir
hello
Here is the bug
Custom texture in editor
Unity 2016-06-30 17-17-11-81.jpg
Unity 2016-06-30 17-17-11-81.jpg (99.41 KiB) Viewed 2753 times
In preview game
Unity 2016-06-30 17-16-56-57.jpg
Unity 2016-06-30 17-16-56-57.jpg (137.94 KiB) Viewed 2753 times
in run
DfUnity1 2016-06-30 17-18-09-98.jpg
DfUnity1 2016-06-30 17-18-09-98.jpg (132.81 KiB) Viewed 2753 times
the workshop load 'arena2" & not the custom game.

Re: bug texture

Posted: Thu Jun 30, 2016 10:51 pm
by Interkarma
In the DaggerfallUnity inspector window make sure you've unticked "Automate Textures" option (towards bottom under Time & Space). This setting will automate textures based on climate and season. If you just want to rig up a fully custom scene then you'll need to turn this off or it will override your texture changes in the scene at runtime.

Unfortunately this automation isn't granular and includes the window automation for day/night changes. It shouldn't be too hard to split these out to different options though.

Let me know if that helps! :)

Re: bug texture

Posted: Sat Jul 02, 2016 3:27 pm
by Cristalnoir
thanks