mush
New Member
Posts: 39
Posts: 39
|
Post by mush on Jan 7, 2015 23:46:19 GMT
Hello, Loving your core game kit - it is allowing me to do things that are beyond my current level of game making expertise. I am using unity 5 beta 18. I have recently updated project with newest version of core game kit V 3.2.3.4
Since doing so I now get this error: Assets/DarkTonic/CoreGameKit/Scripts/WorldVariables/WorldVariableListener.cs(35,65): error CS1061: Type `Text' does not contain a definition for `gameObject' and no extension method `gameObject' of type `Text' could be found (are you missing a using directive or an assembly reference?)
Could you please lead me in the right direction?
Best regards, Chris.
|
|
|
Post by DarkTonic Dev on Jan 8, 2015 0:40:16 GMT
Oh ok I think I know the problem. You probably have another script in your project called "Text". WorldVariableListener.cs (3.43 KB) This fix (attached) should take care of it. Replace the WorldVariableListener file with this one.
|
|
mush
New Member
Posts: 39
Posts: 39
|
Post by mush on Jan 8, 2015 3:28:07 GMT
Yep that worked perfectly  - thanks for your quick reply!
|
|
|
Post by DarkTonic Dev on Jan 8, 2015 3:43:54 GMT
No problem!
|
|