
Research
Security News
Malicious npm Packages Target BSC and Ethereum to Drain Crypto Wallets
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
com.teach310.core-bluetooth-for-unity
Advanced tools
Provides native Apple CoreBluetooth integration for use with Unity.
Provides native Apple CoreBluetooth integration for use with Unity.
CoreBluetoothForUnity provides an interface that closely mirrors the native CoreBluetooth API.
If you are familiar with CoreBluetooth, you will find it easy to work with this plugin.
Scoped Registry
Teach310
https://registry.npmjs.com
com.teach310
You can download samples from Package Manager.
Central | Peripheral |
---|---|
Central | Peripheral |
---|---|
If you create a new instance like CBCentralManager, CBMutableService with using "new" keyword, you must call Dispose() method when you don't need it anymore.
CBCentralManager _centralManager;
...
void OnDestroy()
{
if (_centralManager != null)
{
_centralManager.Dispose();
_centralManager = null;
}
}
This plugin isn't support all of CoreBluetooth features yet.
If you want to add some features, please create an issue or pull request.
MIT License (see LICENSE
file).
FAQs
Provides native Apple CoreBluetooth integration for use with Unity.
The npm package com.teach310.core-bluetooth-for-unity receives a total of 0 weekly downloads. As such, com.teach310.core-bluetooth-for-unity popularity was classified as not popular.
We found that com.teach310.core-bluetooth-for-unity demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket uncovered four malicious npm packages that exfiltrate up to 85% of a victim’s Ethereum or BSC wallet using obfuscated JavaScript.
Security News
TC39 advances 9 JavaScript proposals, including Array.fromAsync, Error.isError, and Explicit Resource Management, which are now headed into the ECMAScript spec.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.