The DefReview extension has been adopted (thank you @AGulev!) as an officially supported Defold extension and moved to the Defold Foundation repo:
The extension has its own manual page: https://defold.com/extension-review/
As part of the move we did refactor a few things:
- Extension namespace changed from
defreview
to review
- Extension functions changed from camelCase to snake_case
So instead of calling defreview.isSupported()
you now need to call review.is_supported()
.
The changes can be found in release 3.0.1 of the extension:
https://github.com/defold/extension-review/archive/3.0.1.zip
If you have an old dependency URL in game.project GitHub should redirect to the new extension.