mdlka / com.agava.vkgames

Unity package. VK Games SDK for the WebGL platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

com.agava.vkgames

Try the SDK demo here.

Installation

Make sure you have standalone Git installed first.
In Unity, open "Window" -> "Package Manager".
Click the "+" sign on top left corner -> "Add package from git URL..."
Paste this: https://github.com/mdlka/com.agava.vkgames.git#2.0.1
See minimum required Unity version in the package.json file.
Find "Samples" in the package window and click the "Import" button. Use it as a guide.
To update the package, simply add it again while using a different version tag.

This is a publishing repo. If you need to create a pull request, use the Development Repo.

Features of Direct Games

In order for the game to start in Direct Games, you need to initialize vkBridge before starting Unity.
Add this and this to index.html

About

Unity package. VK Games SDK for the WebGL platform.

License:MIT License


Languages

Language:C# 76.9%Language:JavaScript 23.1%