Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Error! Rotate on Applovin.

Discussion in 'Project Tiny' started by alamac123, Mar 4, 2019.

  1. alamac123

    alamac123

    Joined:
    Mar 15, 2017
    Posts:
    22
    I tried show canvas size by a script :
    Code (JavaScript):
    1. console.log(displayInfo.height +"    "+ displayInfo.width);
    but when i click rotate button , canvas size faulty.
    how i can change Ad Sceen size when i press this button.