Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: TangGGG on April 18, 2024, 12:35:13 AM

Title: Build problem
Post by: TangGGG 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

Title: Re: Build problem
Post by: Alex Chouls 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?