Search Unity

Swappable, low power interface

Discussion in 'Getting Started' started by MarkSteere, Mar 11, 2023.

  1. MarkSteere

    MarkSteere

    Joined:
    Dec 31, 2022
    Posts:
    54
    I'm wondering if it's possible to have two, swappable interfaces. The way I'm programming my app, it's intricately 3D and will probably consume a lot of battery on a cellphone. I'm just wondering, maybe for v2, if it's possible to set it up so that the user can switch, mid-game, to a low power 2D interface.
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,063
    Of course it's possible. Low poly rendering with optimizations and maybe a lower fps will also help and might be faster to make
     
  3. MarkSteere

    MarkSteere

    Joined:
    Dec 31, 2022
    Posts:
    54
    Thanks for the feedback. I was hoping for more of a clue on how to switch, mid-game, between a 2D and a 3D interface, but good to know it's possible.
     
  4. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,063
    Simplest way is to just switch between a 3d and 2d scene
     
  5. MarkSteere

    MarkSteere

    Joined:
    Dec 31, 2022
    Posts:
    54
    Oh I see. Interesting. Thanks :)
     
    DevDunk likes this.