Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:loicteixeira/gj-unity-api
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Teixeira committed Jul 2, 2015
2 parents c87d0a4 + d1af152 commit 55eb355
Showing 1 changed file with 2 additions and 42 deletions.
44 changes: 2 additions & 42 deletions README.md
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).

0 comments on commit 55eb355

Please sign in to comment.