Open
Description
Problem
MRTK2 has a GridObjectCollection
which is missing in MRTK3. Here's a link to the original docs.
Solution
Port missing functionality from MRTK2 to MRTK3
Considered Alternatives
Port it myself. I have no idea what's up ahead. Any specifics you'd want to see in a possible PR?
Additional context
I'm porting my project from MRTK2 to MRTK3 and it makes use of the GridObjectCollection several times.