This repository has been archived by the owner on Jan 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:loicteixeira/gj-unity-api
- Loading branch information
Showing
1 changed file
with
2 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,7 @@ | ||
## Unity Game Jolt API | ||
## Game Jolt Unity API | ||
Game Jolt [Game API](http://gamejolt.com/api/doc/game/) wrapper for [Unity](http://unity3d.com/). | ||
|
||
## Compatibility | ||
|
||
#### Unity | ||
|
||
- Works for Unity 5.x and above. | ||
- Can be used from either C# and Javascript. | ||
|
||
#### Build Targets | ||
|
||
Target | Build Successful | Runs Properly | Extra | ||
:--- | :---: | :---: | :--- | ||
WebPlayer | OK | OK | Firefox | ||
WebGL (Preview) | OK | OK | Chrome | ||
PC Standalone - x86 | OK | OK | Windows 7 Pro SP1 | ||
PC Standalone - x86_64 | OK | OK | Windows 7 Pro SP1 | ||
Mac Standalone - x86 | OK | OK | OSX Yosemite | ||
Mac Standalone - x86_64 | OK | OK | OSX Yosemite | ||
Mac Standalone - Universal | OK | OK | OSX Yosemite | ||
Linux Standalone | Not Tested | Not Tested | - | ||
iOS | Not Tested | Not Tested | - | ||
Android | Not Tested | Not Tested | - | ||
BlackBerry | Not Tested | Not Tested | - | ||
Windows Store - SDK 8.0 | OK | Not Tested | Windows 8.1 Entreprise on VM | ||
Windows Store - SDK 8.1 | OK | Not Tested | Windows 8.1 Entreprise on VM | ||
Windows Store - Phone 8.1 | OK | Not Tested | Windows 8.1 Entreprise on VM | ||
Windows Store - Universal 8.1 | OK | Not Tested | Windows 8.1 Entreprise on VM | ||
Windows Phone 8 | OK | Not Tested | Windows 8.1 Entreprise on VM | ||
Samsung TV | Not Tested | Not Tested | - | ||
Xbox 360 | Not Tested | Not Tested | - | ||
Xbox One | Not Tested | Not Tested | - | ||
PS3 | Not Tested | Not Tested | - | ||
PS4 | Not Tested | Not Tested | - | ||
PS Vita | Not Tested | Not Tested | - | ||
|
||
## Contributing | ||
|
||
You can contribute in several ways: | ||
- Share your ideas. Either create a ticket in the [issue tracker](https://github.com/loicteixeira/gj-unity-api/issues) or leave a comment on [Game Jolt](http://gamejolt.com/games/unity-api/15887). | ||
- Help building the compatibility table above if you are able to test on those paltform. Either message me on [Twitter](https://twitter.com/loicteixeira) or leave a comment on [Game Jolt](http://gamejolt.com/games/unity-api/15887) | ||
- Report [issues](https://github.com/loicteixeira/gj-unity-api/issues) | ||
- (NOT YET) Fix Bug and create a Pull Request. | ||
Check out the [homepage](http://loicteixeira.github.io/gj-unity-api/). | ||
|
||
## License | ||
Released under [GPL v2](https://raw.githubusercontent.com/loicteixeira/gj-unity-api/master/LICENSE.txt). |