playMaker

Author Topic: Array Concatenate  (Read 2767 times)

Thore

  • Sr. Member
  • ****
  • Posts: 480
Array Concatenate
« 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?
« Last Edit: March 27, 2020, 12:24:42 PM by Thore »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Array Concatenate
« Reply #1 on: April 09, 2020, 04:14:42 AM »
Hi,

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

Bye,

 Jean

issara

  • Playmaker Newbie
  • *
  • Posts: 2
Re: Array Concatenate
« Reply #2 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?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Array Concatenate
« Reply #3 on: September 01, 2020, 11:04:19 AM »
Hi,

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

Bye,

 Jean

hawttu

  • Playmaker Newbie
  • *
  • Posts: 3
Re: Array Concatenate
« Reply #4 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 :/

pierre nay

  • Playmaker Newbie
  • *
  • Posts: 28
  • we used a vax to render spheres
Re: Array Concatenate - not a fix but
« Reply #5 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.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Array Concatenate
« Reply #6 on: March 27, 2021, 06:59:07 AM »
Hi.
It might be that the 'ArrayUtility' does not get included in build.

Maybe Linker Wizard can help there as well.


Gua

  • Beta Group
  • Sr. Member
  • *
  • Posts: 309
    • Andrii Vintsevych
Re: Array Concatenate
« Reply #7 on: June 28, 2021, 07:50:02 PM »
I got same issue.
« Last Edit: June 28, 2021, 07:53:52 PM by Gua »