All Projects → litefeel → Unity-CrossPlatformAPI

litefeel / Unity-CrossPlatformAPI

Licence: Apache-2.0 license
A unity plugin that provides a unified cross-platform API

Programming Languages

C#
18002 projects
Objective-C++
1391 projects
python
139335 projects - #7 most used programming language
shell
77523 projects
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Unity-CrossPlatformAPI

collision-sound
Collision Sound aims to be an easy and powerful way of adding sound to object collisions in Unity
Stars: ✭ 21 (+23.53%)
Mutual labels:  unity3d-plugin
UnityTexture3DAtlasImportPipeline
A Texture3D Atlas Import Pipeline for Unity 2019.3 and newer.
Stars: ✭ 24 (+41.18%)
Mutual labels:  unity3d-plugin
t4-templates-unity3d
T4 Text Template Processor for Unity3D
Stars: ✭ 75 (+341.18%)
Mutual labels:  unity3d-plugin
SimpleKeplerOrbits
Unity3d static 2-body orbits simulation
Stars: ✭ 76 (+347.06%)
Mutual labels:  unity3d-plugin
YLYRichText
a feature-rich, easy to use unity rich text plugin
Stars: ✭ 32 (+88.24%)
Mutual labels:  unity3d-plugin
streamdeck-unity
Enables Stream Deck integration with Unity.
Stars: ✭ 22 (+29.41%)
Mutual labels:  unity3d-plugin
SafeValues
A simple Unity library for cheating prevention
Stars: ✭ 75 (+341.18%)
Mutual labels:  unity3d-plugin
unity-prefab-quickadd
A Unity extension for quickly adding prefabs to the scene by creating shortcuts in the Hierarchy right-click menu.
Stars: ✭ 39 (+129.41%)
Mutual labels:  unity3d-plugin
UnityGlobalTextSystem
Allow the user to 'change' the default font in Unity from "Arial" to a font of their liking.
Stars: ✭ 21 (+23.53%)
Mutual labels:  unity3d-plugin
TsukiSuite
A toolsuite created to make Unity development easier
Stars: ✭ 23 (+35.29%)
Mutual labels:  unity3d-plugin
UnitySoundManager
Sound manager with 3 tracks, language system, pooling system, Fade in/out effects, EventTrigger system and more.
Stars: ✭ 55 (+223.53%)
Mutual labels:  unity3d-plugin
Android Screen Recorder Plugin
A simple android library project for record android screen in Unity
Stars: ✭ 28 (+64.71%)
Mutual labels:  unity3d-plugin
relationsinspector
An editor extension for the Unity game engine.
Stars: ✭ 24 (+41.18%)
Mutual labels:  unity3d-plugin
CSharpCompilerSettingsForUnity
Change the C# compiler (csc) used on your Unity project, as you like!
Stars: ✭ 208 (+1123.53%)
Mutual labels:  unity3d-plugin
GDX
Game Development Extensions
Stars: ✭ 46 (+170.59%)
Mutual labels:  unity3d-plugin
FPSCounter
FPS counter plugin for BepInEx - measure frame time and plugin performance
Stars: ✭ 27 (+58.82%)
Mutual labels:  unity3d-plugin
Newtonsoft.Json-for-Unity.Converters
Converters of common Unity types for Newtonsoft.Json. Goes hand in hand with jilleJr/Newtonsoft.Json-for-Unity
Stars: ✭ 147 (+764.71%)
Mutual labels:  unity3d-plugin
Vaser
Vaser is a powerful high performance event based network engine library for C# .Net. It’s possible to start multiple servers in one program and use the same network code for all servers. In the network communication are all strings are omitted, instead it is based on a unique binary identifier, which the CPU and memory relieves massively.
Stars: ✭ 23 (+35.29%)
Mutual labels:  unity3d-plugin
JsonFormatter
Easy, Fast and Lightweight Json Formatter. (Serializer and Deserializer)
Stars: ✭ 26 (+52.94%)
Mutual labels:  unity3d-plugin
UITKEditorAid
Elements and scripts that help in making Unity editors with UIToolkit.
Stars: ✭ 31 (+82.35%)
Mutual labels:  unity3d-plugin

Unity-CrossPlatfromAPI

Build Status

A unity plugin that provides a unified cross-platform API

Document

Android and IOS API for unity.

    iOS     Android Function
void SaveToAlbum(string filename)
void PasteToClipboard(string text)
string CopyFromClipboard()
void NativeShareText(string text)
void NativeShareImage(string image, string text = null)

Frequently Asked Questions

Crashed when calling the SaveToAlbum () method on iOS 10

This app has crashed because it attempted to access privacy-sensitive data without a usage description.The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

Add NSPhotoLibraryUsageDescription to Info.plist file to fix it. like following code:

<key>NSPhotoLibraryUsageDescription</key>
<string>Photo Library Access Warning</string>

stackoverflow

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].