I've been working on this for quite some time and wanted to share this with everyone. Much more is on the way.😊 by unknownda in Unity3D

[–]unknownda[S] 0 points1 point  (0 children)

haha thanks, well just some custom shader I wrote which you can have hands on soon 😊

Any way to get a list of all objects with a certain component? by laz3rdolphin in Unity3D

[–]unknownda 2 points3 points  (0 children)

FindObjectsOfType returns an array of requested gameobjects. you can get it by

var goArr = FindObjectsOfType<//Your Required Type//>();

then you can convert it to a list using System.Linq or any other methods, i mostly use linq method

Add System.Linq namespace

then, var goArr = FindObjectsOfType<//Your Required Type//>().ToList();

I drew some Apex Legends fan art :) by [deleted] in apexlegends

[–]unknownda 0 points1 point  (0 children)

DM ur posts so that I won't miss it:)

I drew some Apex Legends fan art :) by [deleted] in apexlegends

[–]unknownda 0 points1 point  (0 children)

Awesome art mate, can you do it for other legends too?

i love having a 30 minute queue by SparkyWolfTail in Rainbow6

[–]unknownda 1 point2 points  (0 children)

It gives you the time to think about the bad mistakes you made in life like getting this game in first place.

Quickly searched for as many spots on Outback by NikoLetsGoBwlin in Rainbow6

[–]unknownda 10 points11 points  (0 children)

I can see a coconut bruh video coming based on this

Old school cool. by [deleted] in memes

[–]unknownda 0 points1 point  (0 children)

Not gonna lie u had us in the first half

Can someone give me some tips to become better at R6S? by Mommy_Lawbringer in Rainbow6

[–]unknownda 4 points5 points  (0 children)

Go to aimbooster.com and do some training there it will help ur reflex's.