Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cubicgames

Pages: [1]
1
NGUI 3 Support / Re: Hugh error list after updating to 3.7.0
« on: August 18, 2014, 07:22:45 AM »
That's weird.
In a new project is no other definition of GUI.
It's the first time, I hat such problems with NGUI.

Your tip occurs another error

Quote
Assets/NGUI/Scripts/Editor/ComponentSelector.cs(267,33): error CS0576: Namespace `global::' contains a definition with same name as alias `GUI'

EDIT:
Following steps solved the problem:
- Delete NGUI folder in project view
- Close Unity
- Delete library folder
- Start Unity
- Redownload NGUI

2
NGUI 3 Support / [Solved]Hugh error list after updating to 3.7.0
« on: August 18, 2014, 06:17:39 AM »
Hi there,

after updating NGUI today, a lot of errors appear references to the example folder.
I deleted the example folder, but that only changed the type of error.

After importing 3.7.0 there are 19 error (each of them about 6-7 times)
Quote
Assets/NGUI/Examples/Scripts/InventorySystem/Editor/InvDatabaseInspector.cs(44,31): error CS0117: `GUI' does not contain a definition for `color'
Assets/NGUI/Examples/Scripts/InventorySystem/Editor/InvDatabaseInspector.cs(60,37): error CS0117: `GUI' does not contain a definition for `DrawTextureWithTexCoords'
Assets/NGUI/Examples/Scripts/InventorySystem/Editor/InvDatabaseInspector.cs(121,37): error CS0117: `GUI' does not contain a definition for `backgroundColor'

After deleting the example folder (3 times)
Quote
Assets/NGUI/Scripts/Editor/ComponentSelector.cs(263,37): error CS0117: `GUI' does not contain a definition for `contentColor'


Wish you can help me :)

Greetz

PS: This problem occurs also in a new project.

Pages: [1]