Lists missing from Visual Scripting Help !

Hi All, I’m having an issue finding I cannot find “Lists” when trying to make an Object Variable, the Type I want is List

The pictures posted are just screenshots from the internet of the options (types) I don’t have.

VS version is 1.7.8 on Unity 2021.3.9f1

Any help would be appreciated…

Regards
Michael

just use the fuzzy finder and type in “list of transform”

8468336--1125197--Capture.PNG

Hi REDACT3D_

Thanks for the reply.

I was doing some more experimenting and the “list of transform” doesn’t come up in a 2d project, but if I start a 3d project then I can find “list of transform”

I wanted to use 2d to make a game for Android, so I might have to find an alternate way to spawn objects in 2d…

Hum,
I just booted up a new 2d core project in unity 2022 and the List of Transforms was available.
Are you looking for a 2d verson of transform like Rect? The List of Rect Transforms is also available.

Perhaps you only need to regenerate the nodes via Project Settings?

Thanks again for the reply.

I’ve been using Ubuntu as my OS, because it uses less system resources anyway I plugged the Windows SSD back in and loaded a 2d project and “list of transform” now shows up. So it’s a Linux compatibility issue with Unity…

1 Like

beauty, at least we know now what the deal was

You could also use AoTlist which accepts any type and is required for IL2CPP scripting backend to work properly. Regular generic lists work only on Mono scripting backend.

1 Like

Been trying to use the Aot List for an “AR raycast” and no matter what I do, I can’t access it through visual scripting, any ideas?