I’m making a 2D supre mario esque game and i was wondering if i can import assets/sprites from the unity asset store into the game. Is this possible and if so does anyone recommend and vidoes that can halp me. Also If not does anyone know where I should get assets/sprites from?
I’m not quite sure how you can use Unity Asset Store assets, but kenney.nl and opengameart.org are other good websites with freely available 2D assets. craftpix.net is another one with both free and paid assets.
If an asset from the Unity Asset Store also contain the images in PNG format then you can use these PNG images in Defold as well.
The unity store sellers are considered contractors. They are required to supply their own separate license which users also agree to along with the asset store EULA when purchasing assets. The supplied license should cover how the assets can be used. Most likely can be used outside unity.
Depending on the asset types sprites, tile sheets etc it may be different. To use the sprite assets in Defold simply add the sprites to your Defold project add them to an atlas then add a game object with a sprite component to your project with the desired sprite.