{"id":13656304,"url":"https://github.com/ryanw3bb/unity-native-toolkit","last_synced_at":"2025-04-23T22:30:43.537Z","repository":{"id":43583561,"uuid":"138218355","full_name":"ryanw3bb/unity-native-toolkit","owner":"ryanw3bb","description":"Native iOS \u0026 Android functionality in Unity","archived":false,"fork":false,"pushed_at":"2021-05-08T14:24:27.000Z","size":1668,"stargazers_count":270,"open_issues_count":18,"forks_count":44,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-11-10T09:37:39.820Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanw3bb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-21T20:27:30.000Z","updated_at":"2024-10-13T21:35:28.000Z","dependencies_parsed_at":"2022-09-14T19:52:09.371Z","dependency_job_id":null,"html_url":"https://github.com/ryanw3bb/unity-native-toolkit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanw3bb%2Funity-native-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanw3bb%2Funity-native-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanw3bb%2Funity-native-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanw3bb%2Funity-native-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanw3bb","download_url":"https://codeload.github.com/ryanw3bb/unity-native-toolkit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250526357,"owners_count":21445170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T05:00:17.986Z","updated_at":"2025-04-23T22:30:43.169Z","avatar_url":"https://github.com/ryanw3bb.png","language":"Java","funding_links":[],"categories":["Java","Platforms"],"sub_categories":[],"readme":"# Native Toolkit\nEasily integrate native iOS \u0026 Android functionality into Unity projects.\n* Pick images from camera roll\n* Use device camera to take an image\n* Save image to gallery\n* Save screenshot to gallery\n* Send email with attachments\n* Retrieve a contact from contacts list\n* Alert dialogs\n* App rating\n* Local notifications\n* GPS data (lat/long as double)\n\n## Usage\nAdd the files contained in Unity/Assets/ to your project then call the required method from your code. For instance:\n```csharp\npublic void OnSaveScreenshotPress()\n{\n\tNativeToolkit.SaveScreenshot(\"MyScreenshot\", \"MyScreenshotFolder\", \"jpeg\");\n}\n```\nFor iOS builds make sure you have Scripting Backend set to IL2CPP and Architecture set to Universal in Unity Build Settings.\n\nFor Android builds Write Access needs to be set to External (SDCard) to allow saving of images, and Build System set to Gradle. A minimum API level of 16 and target API level of 27 was used during testing.\n\n## Documentation\nDetailed API documentation can be found [here](https://ryanwebb.com/nativetoolkit/).\n\n## Notes\nThe example project was built using Unity 2019.4.0, Android Studio 3.1.3 and Xcode 11.3.1.\n\nAndroid (Java) source located in Android/app/src/main/java/  \niOS (Obj-C) source located in Unity/Assets/Plugins/iOS/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanw3bb%2Funity-native-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanw3bb%2Funity-native-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanw3bb%2Funity-native-toolkit/lists"}