Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestCustomizerDD.cs error #188

Closed
taciturnsays opened this issue Dec 26, 2018 · 2 comments
Closed

TestCustomizerDD.cs error #188

taciturnsays opened this issue Dec 26, 2018 · 2 comments

Comments

@taciturnsays
Copy link

taciturnsays commented Dec 26, 2018

Happy new year!
I am using unity 2018.1.0f2 and imported the UMA project wich gives me 4 errors driven by the same issue, the EventTrigger, preventing me to compile, here they follow:

Assets/UMA/Examples/Extensions Examples/DynamicCharacterSystem/Scripts/Scene2and3/TestCustomizerDD.cs:

Line (467,18): error CS0426: The nested type Entry' does not exist in the type EventTrigger'

Line (468,5): error CS0841 A local variable `entry' cannot be used before it is declared

Line (469,5): error CS0841: A local variable `entry' cannot be used before it is declared

Line (470,13): error CS1061: Type EventTrigger' does not contain a definition for triggers' and no extension method triggers' of type EventTrigger' could be found. Are you missing an assembly reference?

@kenamis
Copy link
Contributor

kenamis commented Dec 29, 2018

Happy new year!
I opened up uma 2.8 RC in unity 2018.1.0f2 and none of those errors. In UMA 2.7, those lines are the same. Did you modify the file in some way?

@Jaimi
Copy link
Contributor

Jaimi commented Jan 27, 2019

Unable to duplicate. EventTrigger is a unity class - I suspect there is something wrong with the project, either a duplicate EventTrigger class declared in the global namespace, or the install is corrupted.

@Jaimi Jaimi closed this as completed Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants