playMaker

Author Topic: Array List Find Game Objects By Tag In a certain Range  (Read 3789 times)

IsolatedPurity

  • Playmaker Newbie
  • *
  • Posts: 24
Array List Find Game Objects By Tag In a certain Range
« on: July 06, 2024, 02:17:57 PM »
Is it possible to find Game Objects By Tag In a certain Range with array maker?

elena199x

  • Playmaker Newbie
  • *
  • Posts: 1
    • Retro Bowl College
Re: Array List Find Game Objects By Tag In a certain Range
« Reply #1 on: July 23, 2024, 03:13:18 AM »
There isn't a single PlayMaker action that directly finds GameObjects by tag within a certain range. However, you can achieve this functionality by combining ArrayMaker with other PlayMaker actions like "GameObject By Tag" and looping logic.

TheBadFeeling

  • Junior Playmaker
  • **
  • Posts: 67
Re: Array List Find Game Objects By Tag In a certain Range
« Reply #2 on: July 26, 2024, 01:59:14 PM »
I would just make a loop that starts with index [first of range] and stops when it reaches [last of range] – and checks the tag for each before adding it to a new array.
The Force is with you, young Playmaker – but you are not a C# senpai yet.