Hello all,
am using playmaker to manage my arrays and databases with the images and need to update a AC ui graphic element via playmaker - does anyone know an easy way to do this? set property does not work as the editor is not accesible via that action
( I would really like to stick with AC UI rather than changing to unity UI)
Thanks
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Through script, you can amend the graphic using the SetNormalGraphicTexture function.
However, if you're using Playmaker, you're probably better off triggering an ActionList asset file that has a single Menu: Update content Action. This can be used to run the above function, altering which texture a Graphic element displays.