I have a group of 6 sprites, 4 objects, and 1 script that compose a notification system I built.
Is it possible to create an extension that includes all those resources, so that I don't need to import them all individually in to each of my projects that I want to use them in?
I created an...