How to get URL link on X (Twitter) App
So heres the dream. We want to have a list of *things* that we can assign in the editor, and then at runtime we want to iterate though that list and do some *stuff*. its a simple idea! but untill recently, its been HELLA hard to implement something like this in unity!!
One real big (and relatively invisible) change is Asset Import Pipeline v2 is now stable and the default! if you've not switched to it yet, I SUPER recommend it - it allows for hella fast switching between target platforms. being able to switch almost instantly is a gamechanger!
So this new Custom Editor Tools system lets us write our own tools that are treated as first class tools, just like the inbuilt tools (Move, Rotate or whatever). They can draw UI to the scene view aswell as use the Handle API to manipulate objectsโฆor whatever you want them to do
