playMaker

Author Topic: debug error: ArrayListBuildStringFast  (Read 5578 times)

pierre nay

  • Playmaker Newbie
  • *
  • Posts: 30
  • we used a vax to render spheres
debug error: ArrayListBuildStringFast
« on: February 26, 2025, 07:25:49 AM »
2022.3.36f / Andriod/ latest updates of everything.
i am recieving warning messages which never happend before, should i take note?

message log as follows

Please review!
UnityEngine.Debug:LogWarning (object,UnityEngine.Object)
HutongGames.PlayMaker.Actions.ArrayListBuildStringFast:DoBuildString () (at Assets/PlayMaker Custom Actions/ArrayMaker/ArrayListBuildStringFast.cs:102)
« Last Edit: February 26, 2025, 07:27:40 AM by pierre nay »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: debug error: ArrayListBuildStringFast
« Reply #1 on: April 21, 2025, 03:04:11 AM »
Hi,

 It's because the content of your array are not strings, this action was designed to lower memory consumption and assume/enforce you are only using strings in your array.

Bye,

Jean