blackbeans-1301 / h5-playable-example

0 stars 0 forks source link

I can't upload playable to UnityAds #1

Open ikitae opened 4 months ago

ikitae commented 4 months ago

I created a Playable using the example project you shared, but it is not uploaded to UnityAds. Is there anything I need to do to include the untransformed (not compressed?) store url in the built html?

Screenshot 2024-04-22 at 4 14 51 PM
blackbeans-1301 commented 4 months ago

For unity network, you need to add this line of code into your start game method and replace store url with your game url.

SmartSelect_20240430_200421_Brave

ikitae commented 4 months ago

For unity network, you need to add this line of code into your start game method and replace store url with your game url.

SmartSelect_20240430_200421_Brave

I already added it within onLoad(). I moved it to start() but the upload failed.

After modifying the code of Unity.html as shown below, the upload was successful. They seem to be searching for the store URL in the html code. Is there a solution to automate this?</p> <title>https://play.google.com/store/apps/details?id=com.apphttps://itunes.apple.com/app/id0000000000

blackbeans-1301 commented 4 months ago

I see, I will make it automatic in the next update