Tasharen Entertainment Forum

Support => Other Packages => Topic started by: voncarp on June 14, 2014, 09:59:34 PM

Title: Starlink Tnet Installation Issues
Post by: voncarp on June 14, 2014, 09:59:34 PM
Following your videos and the instructions within Starlink it seems the installation order is as follows:
1. Starlink
2. NGUI
3. Tnet

I installed all three and removed the example scenes from NGUI and TNet and am getting the following error:

Assets/StarlinkUI/Scripts/Custom/UI/UIServerList.cs(100,42): error CS0117: `Localization' does not contain a definition for `isActive'

Do you know what I am doing wrong?

I updated all three files before installing.

thanks
Title: Re: Starlink Tnet Installation Issues
Post by: ArenMook on June 15, 2014, 06:33:11 AM
My fault, I removed a property from NGUI without leaving a deprecated one in its place.

Simply comment out that line in the Starlink UI kit.
Title: Re: Starlink Tnet Installation Issues
Post by: voncarp on June 15, 2014, 11:48:19 PM
Thanks!