i5-Toolkit-for-Unity icon indicating copy to clipboard operation
i5-Toolkit-for-Unity copied to clipboard

A collection of common tools and features which can be reused in Unity projects

Results 11 i5-Toolkit-for-Unity issues
Sort by recently updated
recently updated
newest added

Added the Speech Module as well as third-parties resources. I deleted those for other platforms, e.g. IOS and macOS. For the SpeechSDK and the Vosk models which cannot be packed...

so that devs can easily get all the necessary data for their authorization services (i.e. firebase auth). I had an issue in my own project where I couldn't easily get...

**Describe the bug** I had followed [this video](https://www.youtube.com/watch?v=OCCe1TXDEq8) to set up Google Sign In using i5 toolkit. And I followed the deep linking instruction to add i5 as scheme in...

bug

In the OpenIDConnectService class, the IsLoggedIn property is implemented as: `public bool IsLoggedIn { get => !string.IsNullOrEmpty(AccessToken); } ` However, this implementation is misleading: 1. The name and XML summary...

bug

Hello, I'm not sure if my issue is a bug or something I'm doing wrong. I'm trying to implement authentication for my mobile game, and I will use the access...

can we have refresh token feature for OIDC?

enhancement

This is just a test

enhancement

- a starting point where the marble is spawned - an end point which triggers a message when the marble reaches the finish line

- a controller for rotating the maze - add a controller object to the scene - write a script to calculate the rotation of the maze from the movement of...

Adds API bindings for the OpenAI Responses API, which is the now recommended API (the assistants API will be deprecated). Currently only supports text requests and answers. I added a...