Entitas icon indicating copy to clipboard operation
Entitas copied to clipboard

Alternative asset store download

Open WoLfulus opened this issue 7 years ago • 12 comments

Hello,

I saw some asset creators that integrates some kind of unity APIs on their websites, which allows putting the order number and downloading the most updated version of the asset. Could this be done for entitas?

I really don't wanna copy releases from github inside the project and sometimes messing things up. Also, asset store has updated roslyn plugins too, has the unitypackage ready to be installed and stuff, which github releases doesn't.

Does it makes sense?

Maybe this could help with some kind of "autoupdate" too.

WoLfulus avatar Jan 17 '18 15:01 WoLfulus

Not quite sure what you mean. Do you have an example of websites using Unity apis?

Would a unitypackage attached to a release help already?

sschmid avatar Jan 17 '18 15:01 sschmid

but it won't contain the updated roslyn dlls right?

I'll search the website I saw using the order code verification

WoLfulus avatar Jan 17 '18 15:01 WoLfulus

roslyn is asset store only

sschmid avatar Jan 17 '18 15:01 sschmid

Thats why I'm asking for this :(

Anyways, I couldn't find the publisher that has the feature, but I found the API request

http://api.assetstore.unity3d.com/api-docs/#!/invoice/verifyInvoice_get_0

WoLfulus avatar Jan 17 '18 22:01 WoLfulus

I second the idea. This way instead of having to wait 2-4 days for asset store update, purchasers can enter their invoice and download the latest release immediately.

AVAVT avatar Jan 18 '18 09:01 AVAVT

I agree. If possible, I would also appreciate this enhancement.

One example of an asset developer who has implemented a system like this is Guavaman Enterprises with their Unity input asset Rewired. See: [http://guavaman.com/rewired/latest]. After entering your Email address and invoice number, clicking "Download" automatically serves up the newest Unity asset package for the full version of Rewired.

It would be a nice benefit of those who have paid to support Entitas, instead of feeling like we are missing out the benefit of your efforts to quickly patch any issues.

  • S.

sdarkwell avatar Jan 18 '18 13:01 sdarkwell

I could even write the whole system myself. Just give me a green sign that it will actually be used and consider done.

WoLfulus avatar Jan 19 '18 00:01 WoLfulus

Here's an example

https://ludiq.io/build/924

WoLfulus avatar Jan 23 '18 22:01 WoLfulus

@WoLfulus How would you do this?

sschmid avatar Mar 01 '18 22:03 sschmid

Simple download script that pre-signs an Amazon S3 download url (and binds it to the download button) just after checking if the order number is valid via Unity API.

S3 is cheap, a script like this needs almost 0 resources, and all you need to do to deploy a release is upload the file (unitypackage) to a bucket.

WoLfulus avatar Mar 01 '18 22:03 WoLfulus

Hello, If you want to find an alternative for asset store because you cannot find your material, you can try to find 2D images or create them and by using designing programs, you can give third dimension to it as depth. This may help.

denizdikbiyik avatar Nov 18 '18 09:11 denizdikbiyik

Hello, I also noticed that there is a very good website for 3D models and I want to share it with you: https://www.turbosquid.com/

And there is an option that if you cannot find 3D models you need, you can draw them on SketchUp.

denizdikbiyik avatar Nov 25 '18 18:11 denizdikbiyik

ref #992

sschmid avatar Jul 06 '23 18:07 sschmid