Skip to content

Commit

Permalink
updated README.md, fixed package name in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
am1goo committed Apr 14, 2024
1 parent f4d243e commit 4d9a4a9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# nothing-glyph-developer-kit-for-unity
## NothingOS for Unity
This SDK provides native APIs for all of the essential Glyph features on Nothing Phone.

## Features
- glyph-based progress bars
- custom glyph animations
- supports all range of distributed devices (Phone 1, Phone 2, Phone 2a)

## What's inside?
- .NET wrapper for Unity
- native [Glyph Developer Kit](https://github.com/Nothing-Developer-Programme/Glyph-Developer-Kit) `.jar` library

#### Unity Plugin
##### via Unity Package Manager
The latest version can be installed via [package manager](https://docs.unity3d.com/Manual/upm-ui-giturl.html) using following git URL: \
`https://github.com/am1goo/NothingOS.Unity.git#1.0.0`

## Requirements
- Minimal SDK 19 (Android 4.4, KitKat)

## Limitations
This plugin works only on SDK 34 or newer (Android 14, Upside Down Cake), on other devices it just do nothing.

## Tested in
- Unity 2019.4.x
- Unity 2020.3.x

## Contribute
Contribution in any form is very welcome. Bugs, feature requests or feedback can be reported in form of Issues.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "com.am1goo.nothing-glyph-developer-kit",
"name": "com.am1goo.nothingos.gdk",
"version": "1.0.0",
"displayName": "Nothing Glyph Developer Kit",
"description": "Nothing Glyph Developer Kit for Unity",
"displayName": "NothingOS Glyph Developer Kit",
"description": "NothingOS Glyph Developer Kit for Unity",
"unity": "2020.3",
"license": "MIT",
"licensesUrl": "https://raw.githubusercontent.com/am1goo/NothingOS.Unity/master/LICENSE",
Expand All @@ -14,7 +14,7 @@
"animation",
"sdk",
"driver",
"london"
"london",
"android"
],
"author": {
Expand Down

0 comments on commit 4d9a4a9

Please sign in to comment.