PlayMaker Updates & Downloads > Pre-release Discussion

Getting errors after update

<< < (2/3) > >>

Cratz:
The only thing I downloaded and added was this - https://hutonggames.fogbugz.com/?W1192

Provided by Zeldag

Alex Chouls:
I installed Playmaker and the Unity UI package and didn't get any errors.
Have you installed any other extensions or assets?
What platform are you building for?
What is the first error in the console? Often other errors stem from the first error. Fix the first one and it can fix the others...

Cratz:
Assets/PlayMaker Utils/Wizards/PlayMakerEventProxy/Editor/PlayMakerEventProxyCreatorWizard.cs(42,61): error CS0117: `EventType' does not contain a definition for `MouseMove'

Thats the first error I get. And I'm building for android.

Alex Chouls:
Again this sounds like another script has re-defined EventType in the global namespace.

Can you search your project for an EventType class? First just search in the project view for "EventType" then use Monodevelop or Visual Studio to find in files "class EventType".

You can also open PlayMakerEventProxyCreatorWizard.cs and replace EventType with UnityEngine.EventType to confirm if that is the problem.

Cratz:
Okay so I searched in project for "EventType" came up with nothing.

Then I replaced EventType With UnityEngine.EventType. Which after I did that the particular one gave me no errors.

Then I tried to Play the game and got hit with another error.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version