Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Physical limit using sprite library asset?

Discussion in '2D' started by wilsonphooyk, Oct 4, 2021.

  1. wilsonphooyk

    wilsonphooyk

    Joined:
    Aug 27, 2021
    Posts:
    2
    Hi, are there any size limits or constraints in using sprite library assets and sprite resolvers?

    Let's say my game is like Diablo and have hundreds of skins to mix and match, will that pose an issue?

    If so, what is the best way to approach it?
     
  2. Ted_Wikman

    Ted_Wikman

    Unity Technologies

    Joined:
    Oct 7, 2019
    Posts:
    906
    Since every game project has different performance constraints, I would advice you to set up a demo project with roughly the amount of Sprites you would like to use and profile it on your target platform(s).
    This way, you will learn about any potential bottlenecks before you commit to the solution.
     
    Kurt-Dekker likes this.