Author Topic: Unity 4.6.1 and ScrollView problem  (Read 4983 times)

vip_prizrak_3

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 31
    • View Profile
Unity 4.6.1 and ScrollView problem
« on: December 23, 2014, 07:58:30 AM »
I updated Unity to 4.6.1f1 and NGUI to 3.7.7 and now I have broken all the panels with Soft Clip (look attached image).
Even in the example "Example 7 - Scroll View (Panel)" all broken - in the scene I have not changed anything, all standard.
How can I fix it?
« Last Edit: December 25, 2014, 03:05:26 AM by vip_prizrak_3 »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Unity 4.6.1 and ScrollView problem
« Reply #1 on: December 27, 2014, 09:21:24 AM »
Check your quality settings. Fastest = no clipping. Also make sure NGUI's shaders are in the right place.

vip_prizrak_3

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 31
    • View Profile
Re: Unity 4.6.1 and ScrollView problem
« Reply #2 on: January 04, 2015, 05:11:58 AM »
Thanks!