Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: dean_winston on January 31, 2015, 02:25:11 AM

Title: Altas issues
Post by: dean_winston on January 31, 2015, 02:25:11 AM
I used the Altas Marker to bulid a new altas.It generate x.png, x.mat, x.prefab,then I commit to SVN.My colleagues get it but they encounter a problem.The mat lost the png and the prefab lost the mat.I must rebulid the relation By Click the Inspector.

Is it a issue or my wrong operation?And how to solve it.

Thanks for reading my topic.
Title: Re: Altas issues
Post by: ArenMook on January 31, 2015, 02:41:25 AM
Edit -> Project Settings -> Editor, Version Control must be switched to Visible Meta Files.

This will expose the metadata. Commit the .meta files alongside all other files. This isn't an NGUI question. It's a Unity question. For more info, check Unity's documentation.