Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duzexu/record_screen_in_unity
在集成Unity的iOS和Android原生项目中截取和录制屏幕
https://github.com/duzexu/record_screen_in_unity
android ios swift unity
Last synced: about 2 months ago
JSON representation
在集成Unity的iOS和Android原生项目中截取和录制屏幕
- Host: GitHub
- URL: https://github.com/duzexu/record_screen_in_unity
- Owner: duzexu
- Created: 2020-08-14T11:08:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T14:07:46.000Z (over 2 years ago)
- Last Synced: 2023-07-31T14:14:46.495Z (over 1 year ago)
- Topics: android, ios, swift, unity
- Language: C#
- Homepage: https://duzexu.github.io/post/Record_Screen_In_Unity/
- Size: 60.3 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## iOS和Android中录制和截取Unity屏幕
在集成Unity的iOS和Android原生项目中截取和录制屏幕
## 安装
### iOS
1. 使用Unity导出工程到`./iOSBuild`文件夹下
2. cd到 `./Recorder`文件夹下,执行`pod install`
3. 打开`Recorder.xcworkspace`### Android
1. 使用Unity导出工程到`./AndriodBuild`文件夹下
2. 打开项目## 参考
详情参考
[iOS中录制和截取Unity屏幕](https://duzexu.github.io/post/Record_Screen_In_Unity/)
[Android中录制和截取Unity屏幕](https://duzexu.github.io/post/Record_Screen_In_Unity_For_Andriod/)