Author Topic: How to find out which Atlas is used within scene  (Read 3254 times)

Jofator

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 9
    • View Profile
How to find out which Atlas is used within scene
« on: March 17, 2014, 05:01:46 AM »
Hi folks,
is there any way how to find out which atlas is/is not used within unity scene?

Thanks & regards Jofator
Jofator

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How to find out which Atlas is used within scene
« Reply #1 on: March 17, 2014, 11:46:29 AM »
Open the draw call viewer (select any panel, Show Draw Calls, show all). It will show you an overview of all the draw calls, complete with which atlas they use. I vaguely remember there also being a right-click option to "show all references", but it may have been a script I wrote at some point... I don't remember. At GDC atm so can't check.