Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Aaddiction on February 16, 2022, 08:50:24 AM

Title: (Solved) Missing Sprite type in Array List Get action
Post by: Aaddiction on February 16, 2022, 08:50:24 AM
In the Array List Proxy there is an option for Sprite type. However, in the get action we have only Texture option. Is there a reason for Sprite type to be missing?

Title: Re: Missing Sprite type in Array List Get action
Post by: djaydino on February 16, 2022, 01:24:52 PM
Hi.
Use Object/unity then search for UnityEngine/Sprite
Title: Re: Missing Sprite type in Array List Get action
Post by: Aaddiction on February 16, 2022, 03:34:22 PM
Amazing, thank you!