Welcome,
Guest
. Please
login
or
register
.
April 30, 2026, 11:22:50 PM
Home
Help
Search
Login
Register
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Namespace global contains a definition with same name as alias Alignment
« previous
next »
Print
Pages: [
1
]
Author
Topic: Namespace global contains a definition with same name as alias Alignment (Read 4911 times)
lonewolfaka9
Newbie
Thank You
-Given: 0
-Receive: 0
Posts: 1
Namespace global contains a definition with same name as alias Alignment
«
on:
May 13, 2014, 04:30:14 AM »
i updated to BGUI 3.5.9 and having unity pro 4.3.4f1
i'm getting following compiler error
Assets
/
NGUI
/
Scripts
/
UI
/
UILabel
.
cs
(
58
,
43
)
:
error CS0576
:
Namespace
`global
::
' contains a definition with same name as alias `Alignment'
Assets
/
NGUI
/
Scripts
/
UI
/
UILabel
.
cs
(
328
,
16
)
:
error CS0576
:
Namespace
`global
::
' contains a definition with same name as alias `Alignment'
Assets
/
NGUI
/
Scripts
/
UI
/
UILabel
.
cs
(
328
,
16
)
:
error CS0576
:
Namespace
`global
::
' contains a definition with same name as alias `Alignment'
any body you could suggest me a quick fix .. or change i shall make in code in order to resolve this
Logged
ArenMook
Administrator
Hero Member
Thank You
-Given: 337
-Receive: 1171
Posts: 22,128
Toronto, Canada
Re: Namespace global contains a definition with same name as alias Alignment
«
Reply #1 on:
May 13, 2014, 08:58:18 AM »
Find your class called "Alignment" that's in the global namespace, and rename it to be something else.
Logged
Print
Pages: [
1
]
« previous
next »
Tasharen Entertainment Forum
»
Support
»
NGUI 3 Support
»
Namespace global contains a definition with same name as alias Alignment