Playmaker Forum

Bug Reporting => PlayMaker Bug Reporting => Topic started by: Thore on March 27, 2020, 12:22:51 PM

Title: Array Concatenate
Post by: Thore on March 27, 2020, 12:22:51 PM
Hi,

In Unity 2019.3.0f5, PlayMaker 1.9.0

The custom action (from Ecosystem) Array Concatenate works, but throws this error when building (iOS):

Code: [Select]
Assets/PlayMaker Custom Actions/Array/ArrayConcatenate.cs(45,5): error CS0103: The name 'ArrayUtility' does not exist in the current context

Any idea what to do to fix this?
Title: Re: Array Concatenate
Post by: jeanfabre on April 09, 2020, 04:14:42 AM
Hi,

 uhm... of course, odd that this action slipped through, let me rework that...

Bye,

 Jean
Title: Re: Array Concatenate
Post by: issara on August 31, 2020, 12:50:06 PM
Hello, I have a problem as the same first post

It's worked fine but when building. It warning Error, can't build PC
I used Unity 2018.4.10 LTS

Do you finish rework this script yet?
Title: Re: Array Concatenate
Post by: jeanfabre on September 01, 2020, 11:04:19 AM
Hi,

 I'll double check in the morning. not sure.

Bye,

 Jean
Title: Re: Array Concatenate
Post by: hawttu on March 16, 2021, 09:29:39 AM
I'm getting this old error when trying to build for windows. My game relies on concatenate :/
Title: Re: Array Concatenate - not a fix but
Post by: pierre nay on March 27, 2021, 04:36:25 AM
I'm getting this old error when trying to build for windows. My game relies on concatenate :/
I am getting the same error when i compile for Andriod with unity2020.2
as an interim, i've migrated to using arraylist  which has a concat action.
Title: Re: Array Concatenate
Post by: djaydino on March 27, 2021, 06:59:07 AM
Hi.
It might be that the 'ArrayUtility' does not get included in build.

Maybe Linker Wizard (http://hutonggames.com/playmakerforum/index.php?topic=11126.0) can help there as well.

Title: Re: Array Concatenate
Post by: Gua on June 28, 2021, 07:50:02 PM
I got same issue.