Hello Guest

Author Topic: Does static sprite batcher allow me to access components of internal sprites?  (Read 3035 times)

inkoman

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 13
    • View Profile
For example, I have sprite0 and sprite1, each with custom scripts attached to them. Let's say each script holds strings, string0 and string1 respectively. When I use static sprite batcher and merge sprite0 and sprite1, is it possible at all to access string0 and string1? Thanks!

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
No it doesn't. Those objects don't exist when merged.