playMaker

Author Topic: [SOLVED] Problem with playmaker UI systen  (Read 3977 times)

Takoda

  • Playmaker Newbie
  • *
  • Posts: 2
[SOLVED] Problem with playmaker UI systen
« on: December 07, 2014, 12:43:34 PM »
When i import the package u get 2 errors

Error 1:
Assets/PlayMaker uGui/Proxies/PlayMakerUGuiComponentProxy.cs(90,33): error CS0029: Cannot implicitly convert type `UnityEngine.UI.Text' to `string'

Error 2:
Assets/PlayMaker uGui/Proxies/PlayMakerUGuiComponentProxy.cs(299,61): error CS1061: Type `UnityEngine.UI.InputField' does not contain a definition for `onEndEdit' and no extension method `onEndEdit' of type `UnityEngine.UI.InputField' could be found (are you missing a using directive or an assembly reference?)

What do i need to do?
« Last Edit: December 11, 2014, 09:04:29 AM by Lane »

Takoda

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Problem with playmaker UI systen
« Reply #1 on: December 07, 2014, 01:07:28 PM »
pls help

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4002
  • Official Playmaker Support
    • LinkedIn
Re: Problem with playmaker UI systen
« Reply #2 on: December 08, 2014, 01:29:19 AM »
What version of unity are you using?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Problem with playmaker UI systen
« Reply #3 on: December 08, 2014, 02:13:55 AM »
Hi,

 The UI system works for Unity 4.6, the current version you can download officially. If you are using a beta version, version 4.6 or 5, the UI system changed a lot, and you may have an obsolete Unity build.

 Bye,

 Jean