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

com.facebook.witai

v0.0.36

Published

wit-unity is the Unity SDK for Wit.ai. It provides convenience tools for activating Wit and processing the responses that are returned.

Downloads

3

Readme

wit-unity

wit-unity is the Unity SDK for Wit.ai.

Install

There are a couple ways you can install this plugin in Unity.

  1. You can download the repo and drop it in your Unity project's Assets directory
  2. You can add the sdk via Unity's Package Manager.

Installing Via Unity Package Manager

  1. Open your unity project
  2. Open the Package Manager by clicking on Window->Package Manager
  3. Click the + dropdown in the upper left corner of the package manager window
  4. Select "Add package from git url"
  5. In the url box enter "https://github.com/wit-ai/wit-unity.git"

Post Install Setup

Once you have installed the Wit plugin you will need to add your project's server token to your project.

  1. Open the Wit configuration window by clicking on Window->Wit->WitConfiguration in the menu bar.
  2. Go to the Wit.ai website manually or by clicking on "Continue With Facebook"
  1. Find your project and go to the project settings page
  2. Copy the Server Token and past it in the box in the Wit Configuration window

Samples

Samples using wit-unity can be found in the Samples directory or in the package manager's samples section. You will need to provide your own WitConfiguration for the sample scenes.

image

License

The license for wit-unity can be found in LICENSE file in the root directory of this source tree.

Terms of Use

Our terms of use can be found at https://opensource.facebook.com/legal/terms.

Privacy Policy

Our privacy policy can be found at https://opensource.facebook.com/legal/privacy.