Hi! I’m working on creating an asset that helps with making a world map for your 3D game (I’ll be adding functionality for world maps for 2D games later on), but I’m using the free version of DOTween for smooth transitions in the scaling and translation of the map.
I know I can’t include the DOTween library in my build that I submit to the asset store, so that means the actual project won’t build since it references a namespace that won’t exist.
How do I go about submitting something like this to the store? Do I just .zip up the contents and have instructions to unzip it and download the free DOTween asset?
Will Unity allow uploading a package that won’t build without a required library that you need to get on your own?