playMaker

Author Topic: [NGUI+PM] Where to find the UIAtlasses of NGUÌ?  (Read 1229 times)

Chaosgod_Espér

  • Playmaker Newbie
  • *
  • Posts: 7
[NGUI+PM] Where to find the UIAtlasses of NGUÌ?
« on: January 28, 2015, 02:21:29 PM »
hi there..

I´m in the middle of writing my own NGUI Actions, that fit all my needs (and in future your needs to, so i hope).

Now i stuck at a problem.
In my action to manipulate UISprite, i need to Set a new Atlas.
Therefor i use
Code: [Select]
public UIAtlas NewAtlas;
The problem now is:
When i click on the small Crosshair in the action, to select a new Atlas.. There´s no Atlas listed.
But i made 4 debug Atlasses, which i can use with NGUIs Inspectors..

So.. my Question is:
How can i list all NGUI Atlasses of a project?