Author Topic: Does NGUI work with Unity 4.3.4?  (Read 3086 times)

Aoa

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 3
    • View Profile
Does NGUI work with Unity 4.3.4?
« on: December 28, 2015, 01:54:21 AM »
Hello. I was wondering if the latest NGUI on the Asset Store works with the old Unity 4.3.4? I can't upgrade right now, and I would like to use NGUI's useful interface. Is it possible, or is there an older version that I can use? Sorry if I'm not in the right place to ask this.

MrNixon

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 4
    • View Profile
Re: Does NGUI work with Unity 4.3.4?
« Reply #1 on: December 28, 2015, 11:43:26 AM »
Hello. I was wondering if the latest NGUI on the Asset Store works with the old Unity 4.3.4? I can't upgrade right now, and I would like to use NGUI's useful interface. Is it possible, or is there an older version that I can use? Sorry if I'm not in the right place to ask this.
Hi, Aoa. I successfully use NGUI on the latest Unity 4 (not 5). Downloaded it from Asset Store.

Aoa

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: Does NGUI work with Unity 4.3.4?
« Reply #2 on: December 28, 2015, 06:03:01 PM »
Thank you for your help! However I'm using Unity 4.3.4, and it isn't the latest version of Unity 4. I know on the asset store page it says "Requires Unity 4.6.9 or higher.", but is it possible to use it with anything lower than 4.6.9? Or is there another version of NGUI that I can buy and download to work with the older versions of Unity? Thanks again for your help.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Does NGUI work with Unity 4.3.4?
« Reply #3 on: December 30, 2015, 02:44:25 AM »
In theory you can, but you will get a bunch of errors upon importing it into Unity 4.3 which should all be about missing #ifs. You'll see lines like:
  1. #if UNITY_4_5 || UNITY_4_6
...and you will need to add "UNITY_4_3" in there as well.

Aoa

  • Newbie
  • *
  • Thank You
  • -Given: 2
  • -Receive: 0
  • Posts: 3
    • View Profile
Re: Does NGUI work with Unity 4.3.4?
« Reply #4 on: December 31, 2015, 05:42:16 AM »
Thank you ArenMook for your help! I guess I'll try it out and see if it works. Thanks again.