Giter Site home page Giter Site logo

unity-plugin's People

Contributors

anthonyv44 avatar jonathancarroll avatar michaelorbotix avatar patm1987 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

unity-plugin's Issues

setDataStreaming signature issue, wrong type for sensorMask

this is wrong; sensorMask should be cast to (long) otherwise one gets a JNI signature exception

override public void SetDataStreaming(ushort divisor, ushort packetFrames, SpheroDataStreamingMask sensorMask, ushort packetCount) {
m_UnityBridge.Call("setDataStreaming",m_AndroidJavaSphero, divisor, packetFrames, sensorMask, packetCount);
}

compare with
m_UnityBridge.Call("enableControllerStreaming",m_AndroidJavaSphero,(int)divisor,(int)packetFrames,(long)sensorMask);
where casting is performed...

Libachivement_manager.so has text relocations

I have recompiled the unity_bridge.so using the given source code. Unfortunately, I also need the source codes for the libachievement_manager.so. So, can I have the source code for or a updated and recompiled libachievement_manager.so?

Ollie connectivity

I couldn't connect ollie with this plugin, Both works under same framework right?

Bluetooth connection issue with Marshmallow

I couldn't connect to Sphero after upgrading my tablet from Lollipop to Marshmallow. As recommended on another site, adding this line to the Android manifest didn't resolve the issue:

The problem occurs for both Unity 4.3 and 5.
Does something need to change in the plugin code itself to support the new manifest permission ?

Example scene crashes on iPhone5s iOS7.

Hi,

I've tried all of the examples included in the Unity Plugin for Sphero but none of it worked. Whenever the app tries to connect with sphero after I did the bluetooth paring the app just crashes with following error from XCode.

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Only run on the main thread!'

Please let me know if I'm missing something.

thank you,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.