npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

org.inovus.unity-sdk

v0.55.0

Published

This is the Inovus Unity SDK. This package enables developers to easily communicate with the Inovus suite of API directly from Unity.

Downloads

212

Readme

Inovus Unity SDK

This is the Inovus Unity SDK. This package enables developers to easily communicate with the Inovus suite of APIs directly from Unity. This Package is built from the Unity.NET SDK and is kept in sync with changes to the SDK.

Requirements

  • Unity 3d Version 2019.3.15f1 or higher (Windows)
  • Visual Studio Code, Visual Studio 2019 (or Rider)
  • The package has the following dependencies: "com.unity.nuget.newtonsoft-json": "3.0.2"

Cloning the Repo (for Development)

Clone the repo into the Assets folder within a Unity project (version 2019.3.15f1 and higher):

git clone https://<USERNAME>@bitbucket.org/inovus/unity-sdk.git

Installing as a Unity Package

From NPM

Add the following to your manifest.json:

{
    "scopedRegistries": [
        {
            "name": "Inovus",
            "url": "https://registry.npmjs.org",
            "scopes": [
                "org.inovus.unity-sdk"
            ]
        }
    ],
    "dependencies": {
        "org.inovus.unity-sdk": "0.36.0",
    }
}

Alternative: Install from GIT...

You can add the package directly via GIT but you will then need your git username in the URL which means it will be difficult to share your repo with other developers. This should only be used if required.

In the Unity package manager Click the "+" button to add a package and then select "Add Package from Git URL" and enter the URL for this package repository :

https://<USERNAME>@bitbucket.org/inovus/unity-sdk.git

Change Log

|Date |Version | Description | |-----------|-------|-------------------------| |2021-03-12|v0.0.1|Initial Commit| |2021-05-07|v0.0.2|Now includes SDK built as external package along with JSON.net dependency| |2021-05-10|v0.0.3|Added Unit Tests to the host Unity project| |2021-05-18|v0.0.4|Added: JWT Decoding| |2021-05-18|v0.0.5|Fixed: Json.net dependency| |2021-05-19|v0.0.6|Updated: Incorporated updates to Inovus.Net SDK v0.0.6| |2021-05-19|v0.0.7|Updated: Incorporated updates to Inovus.Net SDK v0.0.7| |2021-05-19|v0.0.8|Updated: Incorporated updates to Inovus.Net SDK v0.0.8| |2021-05-21|v0.0.9|Updated: Incorporated updates to Inovus.Net SDK v0.0.9| |2021-05-25|v0.1.0|Updated: To version 0.1.0 Inovus.Net SDK| |2021-05-26|v0.1.1|Updated: To version 0.1.1 Inovus.Net SDK| |2021-05-27|v0.1.2|Updated: To version 0.1.2 Inovus.Net SDK| |2021-06-10|v0.1.3|Updated: To version 0.1.3 Inovus.Net SDK| |2021-06-28|v0.2.1|Updated: To version 0.2.1 Inovus.Net SDK| |2021-07-06|v0.2.3|Updated: To version 0.2.3 Inovus.Net SDK| |2021-08-03|v0.3.3|Updated: To version 0.3.3 Inovus.Net SDK| |2021-08-18|v0.3.4|Updated: To version 0.3.4 Inovus.Net SDK| |2021-08-23|v0.3.5|Updated: To version 0.3.5 Inovus.Net SDK| |2021-08-24|v0.3.6|Updated: To version 0.3.6 Inovus.Net SDK| |2021-09-02|v0.3.7|Updated: To version 0.3.7 Inovus.Net SDK| |2021-09-03|v0.3.8|Updated: To version 0.3.8 Inovus.Net SDK| |2021-09-22|v0.3.9|Updated: To version 0.3.9 Inovus.Net SDK| |2021-09-27|v0.3.10|Updated: To version 0.3.10 Inovus.Net SDK| |2021-09-27|v0.3.11|Updated: To version 0.3.11 Inovus.Net SDK| |2021-09-27|v0.3.12|Updated: To version 0.3.12 Inovus.Net SDK| |2021-10-01|v0.3.14|Updated: To version 0.3.14 Inovus.Net SDK| |2022-10-04|v0.3.2|Updated: To version 0.3.22 Inovus.Net SDK| |2022-10-05|v0.4.0|First published to NPM| |2023-01-11|v0.8.0|Updated: To version 0.3.23 Inovus.Net SDK & Bugfixes for Issues #1 and 2| |2023-01-18|v0.11.0|Updated: To version 2.0.2 Inovus.Net SDK| |2023-02-22|v0.14.0|Updated: To version 2.0.4 Inovus.Net SDK| |2023-02-24|v0.16.0|Updated: To version 2.0.5 Inovus.Net SDK| |2023-05-12|v0.18.0|Updated: To version 2.0.6 Inovus.Net SDK| |2023-05-12|v0.20.0|Updated: To version 2.0.7 Inovus.Net SDK| |2023-05-23|v0.21.0|Updated: To version 2.0.8 Inovus.Net SDK| |2023-05-24|v0.23.0|Updated: To version 2.0.9 Inovus.Net SDK| |2023-06-30|v0.24.0|Updated: To version 2.1.0 Inovus.Net SDK| |2023-07-03|v0.25.0|Updated: To version 2.1.1 Inovus.Net SDK| |2023-07-04|v0.28.0|Updated: To version 2.1.2 Inovus.Net SDK| |2023-07-20|v0.30.0|Updated: To version 2.1.4 Inovus.Net SDK| |2023-07-21|v0.32.0|Updated: To version 2.1.5 Inovus.Net SDK| |2023-08-02|v0.33.0|Updated: To version 2.1.6 Inovus.Net SDK| |2023-08-30|v0.34.0|Updated: To version 2.1.7 Inovus.Net SDK| |2023-08-31|v0.35.0|Updated: To version 2.1.8 Inovus.Net SDK| |2023-10-13|v0.36.0|Updated: To version 2.1.9 Inovus.Net SDK| |2023-10-24|v0.37.0|Updated: To version 2.1.10 Inovus.Net SDK| |2023-11-07|v0.38.0|Updated: To version 2.1.11 Inovus.Net SDK| |2023-12-06|v0.39.0|Updated: To version 2.1.12 Inovus.Net SDK| |2023-12-15|v0.40.0|Updated: To version 2.1.13 Inovus.Net SDK| |2025-01-05|v0.41.0|Updated: To version 2.1.14 Inovus.Net SDK| |2024-01-23|v0.42.0|Updated: To version 2.1.15 Inovus.Net SDK| |2024-01-24|v0.43.0|Updated: To version 2.1.16 Inovus.Net SDK| |2024-02-26|v0.44.0|Updated: To version 2.1.17 Inovus.Net SDK| |2024-03-04|v0.45.0|Updated: To version 2.1.18 Inovus.Net SDK| |2024-03-05|v0.46.0|Updated: To version 2.1.19 Inovus.Net SDK| |2024-03-05|v0.47.0|Updated: To version 2.1.20 Inovus.Net SDK| |2024-07-14|v0.48.0|Updated: To version 2.1.21 Inovus.Net SDK|

Author/s

|Name|Contact| |-----------|-------| |Mark Castle|Firstname.Lastname At Inovus dot org| |Louis Hardcastle | [email protected]

Copyright

© 2023 Inovus Medical Ltd. All Rights Reserved.

Licence

Closed Source. Proprietary & Confidential.