Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Disable orange box around the Game

Discussion in 'Project Tiny' started by Fotal, Oct 10, 2020.

  1. Fotal

    Fotal

    Joined:
    Apr 9, 2019
    Posts:
    38
    Hi, when we run our Unity Tiny game on mobile phones, we detect the orange box around the game https://rzd.special.ink/, 1 px width.

    How to resolve it?)

    upload_2020-10-10_13-6-20.png
     
  2. Ted_Wikman

    Ted_Wikman

    Unity Technologies

    Joined:
    Oct 7, 2019
    Posts:
    906
    Hello @Fotal,
    I just had a look at that site that you linked. I cannot see any orange border around the player.
    Could you give us some more information about the device(s) you are seeing this issue on? and how we could go about reproducing this issue?
     
    Fotal likes this.
  3. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,350
  4. Fotal

    Fotal

    Joined:
    Apr 9, 2019
    Posts:
    38
    We have solved it!)

    We are open our index.html file and change the canvas with adding:

    outline: none;
    -webkit-tap-highlight-color: rgba (255, 255, 255, 0);
     
    Ted_Wikman likes this.
  5. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    nice to see this issue fixed
    Is this website made with Tiny? looks very cool
     
    Fotal likes this.
  6. Fotal

    Fotal

    Joined:
    Apr 9, 2019
    Posts:
    38
    Yes, this is Tiny. Thanks)
    Now we have performance issues with GPU load and trying to fix them.