先修复一下,错误的场景 删除不必要的钓场资产 修复into场景 update:更新meta文件,修复报错 update:修复资源 修复第一章节建造 修复建造第三章 update:删除多余内容 update:更新README.md update:还原图标 update:更新README update:更新配置
4.0 KiB
🖼️📷 Unity-Native-Sharing 📷🖼️
Unity-Native-Sharing is a plugin to open native sharing dialogs on iOS and Android.
📱 Social 📱
👊 Support 👊
All of these projects are made during my free time, with more being added over time. If you'd like to support me, you can do it either by sponsoring me on GitHub or by donating via PayPal
📝 Changelog 📝
What's New? Check the CHANGELOG
Watch this repository to be notified of new releases!
🤝 Contribution 🤝
For contributing please read CONTRIBUTING.md
Don't worry about getting it 100% right, I can tidy it up as I review
🖥️ System Requirements 🖥️
Unity 2018.3.14f1 or later. Older versions may work, feel free to test!
🤔 Examples 🤔
Examples can be found at Unity-Native-Example-Project
🛠️ Installation 🛠️
This was built and tested in Unity 2018.4 LTS, but should still work down to Unity 2018.2
Unity 2019.3 or later (Using Unity Package Manager)
https://github.com/NicholasSheehan/Unity-Native-Sharing.git#v1.0.7
Unity 2018.3 or later (Using Unity Package Manager)
Add this to the projects manifest.json
"com.unitynative.sharing" : "https://github.com/NicholasSheehan/Unity-Native-Sharing.git"
To update the package, change suffix #{version} to the target version.
- e.g.
"com.unitynative.sharing" : "https://github.com/NicholasSheehan/Unity-Native-Sharing.git#v1.0.7"
Unity 2018.3 or later (Using OpenUPM)
This package is available on OpenUPM
You can install it via openupm-cli
openupm add com.unitynative.sharing
Unity 2018.2
Unity 2018.2 supports embedded packages.
- Download a source code zip file from the Releases page
- Extract it
- Import it under the
Packagesdirectory in your Unity project
👍 Features 👍
- Share text to an app
- Share screenshots with text to an app
🧪 Testing 🧪
| -- | Android 8.0.0 |
iOS 10.3.3 |
iOS 11.3.1 |
|---|---|---|---|
| No Text | No Text | No Text | |
| Messenger | No Text | No Text | No Text |
| No Text | No Text | No Text | |
| ✔ | ✔ | ✔ | |
| Discord | ✔ | ✔ | ✔ |
| Slack | ✔ | ✔ | ✔ |
😭 Known Issues 😭
Facebook, Messenger and Instagram cannot share text at all, unless passed into their SDK
📱 Platform Notes 📱
🤖 Android 🤖
The Android plugin requires androidx.appcompat:appcompat:1.1.0 to run.
This plugin has support for Play Services Resolver for Unity which will take care of this for you