MissingReferenceException: The object of type 'Texture2D' has been destroyed but you are still trying to access it.
在unity上用NGUI为一个已生成的Atlas添加素材时,出现这个bug,很有可能是因为你的Texture Atlas的Texture在编译设置那设置了压缩解码。(最少我是。。。)
解决这bug的办法就是取消掉
在untiy上点击菜单上的NGUI点AtlasMaker,Select你的TextureAtlas再点击Select下面的Texture。
再邮编右边的Inspector的最下方的OverrideForiPhone取消。接着就可以继续添加了