This is not a NGUI question, but a Unity one instead. So, dear admis: feel free to remove the question if it's not appropiate.
First of all, sorry for the title, I didn't found a better one.
Let's consider the following scenario: We are developing several games with 2 parts, Core and Game, for each game. Each part is a folder. On Core we put all the elements we share along the game.
Imagine a scene from Core points/references to a texture on Game. It does work. But now imagine I copy and past Core and I use it on anothe game. This second game also has the a texture on the same place with the same name. So the doubt is, will the previous pointer point now to the new texture?
Does all this have any relation to the .meta files?
Example: On Core I have the Home Scene which show the logo of game A. Now the very same folder of Core is pasted on game B. Will it now show the logo of game B or null?