Alexey Gulev

Results 416 comments of Alexey Gulev

I looked into it, and I think it looks good. If you need Float Point, why not?

@OURABIG please share what exactly errors you have

Did you see the example in this repo?

you said : >i always have errors What kind of errors do you have? The install process is simple as: - initialize - wait when initialization is done - show...

1. Initialize SDK with callback (third parameter `isDebug`): https://github.com/AGulev/DefVideoAds/blob/abaeb8f6902457c638b3b08ab4e69ee567dd8b79/example/ui.gui_script#L217 Here is an example of the callback function: https://github.com/AGulev/DefVideoAds/blob/abaeb8f6902457c638b3b08ab4e69ee567dd8b79/example/ui.gui_script#L76-L189 2. Wait for `unityads.EVENT_COMPLETED` in `unityads.MSG_INIT` : https://github.com/AGulev/DefVideoAds/blob/abaeb8f6902457c638b3b08ab4e69ee567dd8b79/example/ui.gui_script#L79-L82 3. When it's done,...

Also, you can take a look this [ads_wrapper](https://github.com/potatojam/defold-ads-wrapper) , maybe it will be easier for you.

Here is SDK that uses this extension as a dependency: https://github.com/Laminariy/vkminibridge Also many extensions use not exactly this extension but based on it: https://github.com/indiesoftby/defold-yagames https://github.com/d954mas/defold-crazygames-sdk https://github.com/AGulev/defold-poki-sdk/archive/refs/heads/main.zip

Yea, i have the same issues when the project gets bigger

yes, I can reproduce it as well

@TinyDobbins the investigation is still in progress