playMaker

Author Topic: Build problem  (Read 75 times)

TangGGG

  • Playmaker Newbie
  • *
  • Posts: 1
Build problem
« on: April 18, 2024, 12:35:13 AM »

Code: [Select]
Assets\PlayMaker\Actions\ActionHelpers.cs(62,40): error CS0246: The type or namespace name 'ColorBlendMode' could not be found (are you missing a using directive or an assembly reference?)


Assets\PlayMaker\Actions\AnimateVariables\AnimateFloat.cs(16,11): error CS0103: The name 'UIHint' does not exist in the current context

Assets\PlayMaker\Actions\AnimateVariables\AnimateFloat.cs(58,24): error CS0115: 'AnimateFloat.OnUpdate()': no suitable method found to override


Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 4000
  • Official Playmaker Support
    • LinkedIn
Re: Build problem
« Reply #1 on: April 18, 2024, 03:49:14 PM »
What versions of Unity and Playmaker are you using?

Is that the first error in the console? Are you able to launch the Playmaker editor?

Usually type or namespace errors are caused by other scripts in the project using the same type name without defining a namespace. All scripts should use a namespace to avoid these conflicts. Have you added any scripts to the project recently?