Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Chaosgod_Espér on January 28, 2015, 02:21:29 PM

Title: [NGUI+PM] Where to find the UIAtlasses of NGUÌ?
Post by: Chaosgod_Espér 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?