airconsole-unity-plugin icon indicating copy to clipboard operation
airconsole-unity-plugin copied to clipboard

A plugin for Unity to develop for AirConsole

Results 10 airconsole-unity-plugin issues
Sort by recently updated
recently updated
newest added

Hi Airconsole team, I'm trying to update Airconsole Unity plugin in our game and I was unable to build the package. I'm using Unity 2019.4.40f1 and here is the process...

I was porting my game "com.ecantalejos.rgbblocks" to Android TV and I had problems with the "Android UI resize mode" because I have a nested scene with "another Main.camera" in the...

In our current project with have continuous integration using Unity Cloud Build. Currently the AirConsole plugin runs the following post build process regardless of template used: https://github.com/AirConsole/airconsole-unity-plugin/blob/master/Assets/AirConsole/scripts/editor/PostBuildProcess.cs Line 22 `File.Move...

enhancement

If you receive this error after integrating the Unity Plugin into a Unity 2021 project, please manually reimport the AirConsole/resources directory. With Unity 2021 and higher, Unity changed certain package...

While debugging my game I ran into situations where I got a `SocketException: Address already in use` on the HttpListener indicating that the thread running it wasn't stopped correctly (which...

With 2.6.0, AirConsole has new API for IsAutomotive, IsTV and IsNormalDevice. Currently they only work with Android builds. It would be great if these also worked in web builds to...

enhancement

Version 2.6.0 needs to be in the \Assets folder or your project. This prevents any custom project (folder) management. Ideally this would not be path dependent. -Pieter