Hi everyone!
I am working on a cross platform game and we are looking on ways to make high quality graphic for PC and optimized on mobile, but for that we need different assets / settings on each platform. So the question is, what is the best way to manage this?
the way I thought as solution is: create an empty prefab that carries both assets: for mobile and pc. then later create a script to turn on the one I need, so in case im running on mobile, it turns off the pc version inside the prefab.
I appreciate any experience on it, thank you.