Author Topic: [Solved] Why ? (some weird things that appends sometime)  (Read 2326 times)

Decco

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 1
  • Posts: 20
    • View Profile
[Solved] Why ? (some weird things that appends sometime)
« on: June 16, 2014, 11:48:50 AM »
The first one is relative to the Anchor system. Sometime if you set the Anchor to 0, it does not show at 0 offset.



Second, is related with all texture, there is a 1 pixel offset between the texture and the NGUI frame.



Is that some bugs or working as intended ?

Thanks
Decco
« Last Edit: August 08, 2014, 02:22:23 PM by Decco »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Why ? (some weird things that appends sometime)
« Reply #1 on: June 17, 2014, 01:55:05 PM »
Generally all kinds of issues popup if your Game view is hidden behind your Scene view because it's not possible to determine the game view's size when it's hidden. Don't do it.

There is always a half-pixel offset on Windows machines because Unity runs using DirectX 9. Google "dx9 half pixel offset" to find out more.

Decco

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 1
  • Posts: 20
    • View Profile
Re: Why ? (some weird things that appends sometime)
« Reply #2 on: August 07, 2014, 12:25:33 PM »
Just to tell you, update 3.6.6 has fixed the first case ! Thank you ;-)

niall

  • Newbie
  • *
  • Thank You
  • -Given: 5
  • -Receive: 0
  • Posts: 13
    • View Profile
Re: Why ? (some weird things that appends sometime)
« Reply #3 on: August 08, 2014, 11:27:33 AM »
As someone who had that same problem before, with game view hidden behind scene view...  Is there some way you can determine that is happening, and throw a warning into the console or something? 

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: [Solved] Why ? (some weird things that appends sometime)
« Reply #4 on: August 08, 2014, 04:34:33 PM »
It's not an issue anymore. As Decco mentioned, it was fixed in an earlier version.