Author Topic: How do I make sure Ngui can be reopened by others?  (Read 2332 times)

Bronco78th

  • Guest
How do I make sure Ngui can be reopened by others?
« on: May 26, 2013, 09:39:22 PM »
Hey there,

Ive just finished a tutorial on using Ngui with Detox Studios Uscript Visual scripting system.

It comes in two parts, one is almost a Ngui tutorial and setting up the interface for use with Uscript and the second part is the actual scripting.

The problem is I want to provide a scene with the Interface and scene ready made, so if people want to they can fire up the scene in Unity and go straight ahead with the scripting (part 2 of the tutorial)

How exactly can I do this as obviously I don't want to package things up that would compromise licenses, but still want others to be able to open the package up with all the assets intact.

Im running Ngui Retail by the way.

Many Thanks for any help in this matter.

John

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: How do I make sure Ngui can be reopened by others?
« Reply #1 on: May 26, 2013, 11:31:04 PM »
You can export your scene as a Unity Package, omitting NGUI and uScript from the list of dependencies. As long as others who import this package have both, everything will work fine.