playMaker

Author Topic: Initiating object to array (fixed)  (Read 1029 times)

Captaincrud

  • Junior Playmaker
  • **
  • Posts: 72
Initiating object to array (fixed)
« on: May 02, 2023, 04:13:42 PM »
Im spawning a game object from a array and after it initiates I need to add its self to a array any ideas?

Fix: not perfect but what i do is use set game object to set its self then use a add array on it storing itself.
« Last Edit: May 02, 2023, 04:23:41 PM by Captaincrud »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Initiating object to array (fixed)
« Reply #1 on: May 04, 2023, 02:38:49 PM »
Hi.
You might want to use Array List (Array Maker) instead