Page 1 of 1

Ignore StreamingAssets\NoesisGUI in source control

Posted: 18 Sep 2014, 04:48
by haowang1013
Hi,

We're developing a unity project and I've been wondering if we can just ignore StreamingAssets\NoesisGUI folder in our source control software.

As I understand it, this folder is populated by the build process and is not needed when previewing the UI in the unity editor, is that right?

Re: Ignore StreamingAssets\NoesisGUI in source control

Posted: 18 Sep 2014, 11:35
by jsantos
Unfortunately, there a few files in StreamingAssets (under the folders Drawing and Gui) that need to be under source control because they cannot be regenerated.

But in v1.2 we changed this to work the way it is expected to do (only the /Assets folder under source control). The beta will be available very soon.

Re: Ignore StreamingAssets\NoesisGUI in source control

Posted: 19 Sep 2014, 04:15
by haowang1013
cool, thanks