Author Topic: More up-to-date "distribution version"  (Read 3588 times)

Vonchor

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
More up-to-date "distribution version"
« on: November 12, 2013, 01:39:12 PM »
I'm trying to create an example for something that I want to give away free on the Asset Store - but I wanted to use NGUI for the UI since I'm pretty familiar with it at this point. Problem is that the old "DLL-ized" version of NGUI is pretty out of date and Unity 4.3 spits out a lot of warnings which aren't good to have in something that's on the asset store. And I'd rather use version 3.x anyway.

I know that I can strip out the "real" NGUI and tell people that they have to buy NGUI to try the example - but that's suboptimal as well. At this point I think I'll have to backtrack and use UnityGUI which'd be a drag.

Is there any chance of getting a new DLL-ized NGUI for distribution sometime?  :(

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: More up-to-date "distribution version"
« Reply #1 on: November 12, 2013, 02:23:27 PM »
I could create a "play" version where all the editor scripts get removed. It'll let you publish on the asset store, but won't allow you to create UIs.

Vonchor

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Re: More up-to-date "distribution version"
« Reply #2 on: November 12, 2013, 03:01:52 PM »
That'd be great - I thought of that myself but I have to assume you'd want to control the release and/or make a DLL out of it. No great rush on my part (don't need it for about a month) but at least I have a roadmap.  Thanks a lot.