hi, I updated my game after submission. Does it mean judges wont see the updates?
Mevlana
11
Posts
2
Followers
7
Following
A member registered Nov 08, 2018 · View creator page →
Creator of
3D Platformer. Run against time and collect all light to reach level of Sun.
Platformer
Play in browser
Recent community posts
Hi. You need to connect events to your own functions on OnEnable and remove them OnDisable.
private void OnEnable() { WMBroadcaster.OnMonetizationStart += OnMonetizationStart; WMBroadcaster.OnMonetizationProgress += OnMonetizationProgress; } private void OnDisable() { WMBroadcaster.OnMonetizationStart -= OnMonetizationStart; WMBroadcaster.OnMonetizationProgress -= OnMonetizationProgress; }
In this code. right right side of operators are your own private methods.
https://learn.unity.com/tutorial/events-uh see here for more info about delegates and events.
The Web Monetization Challenge 2020 community · Posted in Free one-month Coil voucher code for game jam participants