Skip to content

kukumberman/Unity-Webgl-Utils

Repository files navigation

Unity-Webgl-Utils

Description

Few utilities which I usually use when exporting to WebGL

  • Anti-piracy measures

Prevents from downloading build files and publishing it elsewhere by unfair person.

You need to configure properties on which websites game will run.

  • Country blocker

Prevents game from running on someone's device if its country has been blacklisted by the author.

⚠️ However the access will be granted if person selects other country via VPN.

Relies on external website by checking IP address https://api.country.is/

Similar functionality has http://ip-api.com/json but unavailable in WebGL build due to browser restrictions.

Installation

Install via Package Manager from git URL.

License

This package is licensed under the MIT License, see LICENSE for more information.

About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published