Skip to content

Commit 3bf9252

Browse files
committed
fixed "FFmpeg for Unity" link
1 parent fcaffbd commit 3bf9252

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- Unity >= 2021.1.0f1+
1414
- Scripting backend MONO / IL2CPP
1515
- [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.5.3+
16-
- [FFmpeg for Unity](https://assetstore.unity.com/packages/tools/video/ffmpeg-for-unity-199811) 2.6+
16+
- [FFmpeg for Unity](https://github.com/MUMEI-NON906/FfmpegUnityDocs) 2.6+
1717
- [Runtime Inspector & Hierarchy](https://assetstore.unity.com/packages/tools/gui/runtime-inspector-hierarchy-111349) 1.7.0+
1818
- [In-game Debug Console](https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068#releases) 1.5.9+
1919

@@ -29,7 +29,7 @@
2929
* Enable "Allow unsafe Code".
3030
![enable_unsafecode.png](enable_unsafecode.png)
3131
![allow_unsafecode.png](allow_unsafecode.png)
32-
1. Import and Setup [FFmpeg for Unity](https://assetstore.unity.com/packages/tools/video/ffmpeg-for-unity-199811).
32+
1. Import and Setup [FFmpeg for Unity](https://github.com/MUMEI-NON906/FfmpegUnityDocs).
3333
1. Import [Runtime Inspector & Hierarchy](https://assetstore.unity.com/packages/tools/gui/runtime-inspector-hierarchy-111349).
3434
1. Import [In-game Debug Console](https://assetstore.unity.com/packages/tools/gui/in-game-debug-console-68068#releases).
3535
1. Import [FfmpegWithOpenCVForUnityExample.unitypackage](https://github.com/EnoxSoftware/FfmpegWithOpenCVForUnityExample/releases).

0 commit comments

Comments
 (0)