diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 3bd2334..e84bf8f 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -12,8 +12,8 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set MINOR_VERSION - run: export SHORT=${GITHUB_REF_NAME%.*} && echo "MINOR_VERSION=${SHORT#v}" >> $GITHUB_ENV + - name: Set ENV + run: echo SHORT=${GITHUB_REF_NAME%.*} >> $GITHUB_ENV && echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV - uses: ncipollo/release-action@v1 with: @@ -21,4 +21,4 @@ jobs: name: "Unity Plugin: ${{ github.ref_name }}" body: "PopcornFX Plugin ${{ github.ref_name }} for Unity Software\n\n You can download the PopcornFX Editor and find the full changelog here:\n - https://wiki.popcornfx.com/index.php?title=PK-Editor_${{ env.SHORT }}#Changelog_${{ env.MINOR_VERSION }}" \ No newline at end of file + https://wiki.popcornfx.com/index.php?title=PK-Editor_${{ env.SHORT }}#Changelog_${{ env.VERSION }}" \ No newline at end of file diff --git a/README.md b/README.md index 6759c09..9324c6d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Unity PopcornFX Plugin Integrates the **PopcornFX Runtime SDK** into **Unity** as a Plugin. -* **Version:** `v2.20.5` +* **Version:** `v2.20.6` * **Unity:** `2019.4` to `2022.x` * **Platforms:** `Windows`, `Linux`, `MacOS`, `iOS`, `Android`, `PS4`, `XboxOne`, `Switch`. [Contact-us](https://www.popcornfx.com/contact-popcornfx/) to request access to the plugin for consoles. diff --git a/com.persistant-studios.popcornfx.hdrp/Documentation~/popcornfx.hdrp.md b/com.persistant-studios.popcornfx.hdrp/Documentation~/popcornfx.hdrp.md index 91ea5fd..f7c8d3c 100644 --- a/com.persistant-studios.popcornfx.hdrp/Documentation~/popcornfx.hdrp.md +++ b/com.persistant-studios.popcornfx.hdrp/Documentation~/popcornfx.hdrp.md @@ -1,6 +1,6 @@ # Unity PopcornFX Plugin Integrates the **PopcornFX Runtime SDK** into **Unity** as a Plugin. -* **Version:** `v2.20.5` +* **Version:** `v2.20.6` * **Unity:** `2019.4` to `2021.x` * **Platforms:** `Windows`, `Linux`, `MacOS`, `iOS`, `Android`, `PS4`, `XboxOne`, `Switch`. [Contact-us](http://www.popcornfx.com/contact-us/) for more information. diff --git a/com.persistant-studios.popcornfx.hdrp/README.md b/com.persistant-studios.popcornfx.hdrp/README.md index 6759c09..9324c6d 100644 --- a/com.persistant-studios.popcornfx.hdrp/README.md +++ b/com.persistant-studios.popcornfx.hdrp/README.md @@ -1,7 +1,7 @@ # Unity PopcornFX Plugin Integrates the **PopcornFX Runtime SDK** into **Unity** as a Plugin. -* **Version:** `v2.20.5` +* **Version:** `v2.20.6` * **Unity:** `2019.4` to `2022.x` * **Platforms:** `Windows`, `Linux`, `MacOS`, `iOS`, `Android`, `PS4`, `XboxOne`, `Switch`. [Contact-us](https://www.popcornfx.com/contact-popcornfx/) to request access to the plugin for consoles. diff --git a/com.persistant-studios.popcornfx.hdrp/package.json b/com.persistant-studios.popcornfx.hdrp/package.json index 3938d3d..f7d65b7 100644 --- a/com.persistant-studios.popcornfx.hdrp/package.json +++ b/com.persistant-studios.popcornfx.hdrp/package.json @@ -1,13 +1,13 @@ { "name": "com.persistant-studios.popcornfx.hdrp", "description": "HDRP Materials for PopcornFX.", - "version": "2.20.5", + "version": "2.20.6", "unity": "2020.2", "unityRelease": "", "displayName": "PopcornFX HDRP", "dependencies": { "com.unity.render-pipelines.core": "10.2.2", "com.unity.render-pipelines.high-definition": "10.2.2", - "com.persistant-studios.popcornfx": "2.20.5" + "com.persistant-studios.popcornfx": "2.20.6" } } diff --git a/com.persistant-studios.popcornfx.urp/Documentation~/popcornfx.urp.md b/com.persistant-studios.popcornfx.urp/Documentation~/popcornfx.urp.md index 4b92f4b..af77116 100644 --- a/com.persistant-studios.popcornfx.urp/Documentation~/popcornfx.urp.md +++ b/com.persistant-studios.popcornfx.urp/Documentation~/popcornfx.urp.md @@ -1,6 +1,6 @@ # Unity PopcornFX Plugin Integrates the **PopcornFX Runtime SDK** into **Unity** as a Plugin. -* **Version:** `v2.20.5` +* **Version:** `v2.20.6` * **Unity:** `2017.4` to `2021.x` * **Platforms:** `Windows`, `Linux`, `MacOS`, `iOS`, `Android`, `PS4`, `XboxOne`, `Switch`. [Contact-us](http://www.popcornfx.com/contact-us/) for more information. diff --git a/com.persistant-studios.popcornfx.urp/README.md b/com.persistant-studios.popcornfx.urp/README.md index 6759c09..9324c6d 100644 --- a/com.persistant-studios.popcornfx.urp/README.md +++ b/com.persistant-studios.popcornfx.urp/README.md @@ -1,7 +1,7 @@ # Unity PopcornFX Plugin Integrates the **PopcornFX Runtime SDK** into **Unity** as a Plugin. -* **Version:** `v2.20.5` +* **Version:** `v2.20.6` * **Unity:** `2019.4` to `2022.x` * **Platforms:** `Windows`, `Linux`, `MacOS`, `iOS`, `Android`, `PS4`, `XboxOne`, `Switch`. [Contact-us](https://www.popcornfx.com/contact-popcornfx/) to request access to the plugin for consoles. diff --git a/com.persistant-studios.popcornfx.urp/package.json b/com.persistant-studios.popcornfx.urp/package.json index 5873a3b..b069ccd 100644 --- a/com.persistant-studios.popcornfx.urp/package.json +++ b/com.persistant-studios.popcornfx.urp/package.json @@ -1,13 +1,13 @@ { "name": "com.persistant-studios.popcornfx.urp", "description": "URP Materials for PopcornFX.", - "version": "2.20.5", + "version": "2.20.6", "unity": "2020.2", "unityRelease": "", "displayName": "PopcornFX URP", "dependencies": { "com.unity.render-pipelines.core": "10.2.2", "com.unity.render-pipelines.universal": "10.2.2", - "com.persistant-studios.popcornfx": "2.20.5" + "com.persistant-studios.popcornfx": "2.20.6" } } diff --git a/com.persistant-studios.popcornfx/Documentation~/popcornfx.md b/com.persistant-studios.popcornfx/Documentation~/popcornfx.md index 4b92f4b..af77116 100644 --- a/com.persistant-studios.popcornfx/Documentation~/popcornfx.md +++ b/com.persistant-studios.popcornfx/Documentation~/popcornfx.md @@ -1,6 +1,6 @@ # Unity PopcornFX Plugin Integrates the **PopcornFX Runtime SDK** into **Unity** as a Plugin. -* **Version:** `v2.20.5` +* **Version:** `v2.20.6` * **Unity:** `2017.4` to `2021.x` * **Platforms:** `Windows`, `Linux`, `MacOS`, `iOS`, `Android`, `PS4`, `XboxOne`, `Switch`. [Contact-us](http://www.popcornfx.com/contact-us/) for more information. diff --git a/com.persistant-studios.popcornfx/README.md b/com.persistant-studios.popcornfx/README.md index 6759c09..9324c6d 100644 --- a/com.persistant-studios.popcornfx/README.md +++ b/com.persistant-studios.popcornfx/README.md @@ -1,7 +1,7 @@ # Unity PopcornFX Plugin Integrates the **PopcornFX Runtime SDK** into **Unity** as a Plugin. -* **Version:** `v2.20.5` +* **Version:** `v2.20.6` * **Unity:** `2019.4` to `2022.x` * **Platforms:** `Windows`, `Linux`, `MacOS`, `iOS`, `Android`, `PS4`, `XboxOne`, `Switch`. [Contact-us](https://www.popcornfx.com/contact-popcornfx/) to request access to the plugin for consoles. diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/ARM64.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/ARM64.meta index 4f7414c..fc21312 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/ARM64.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/ARM64.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 915801fefac74cb08a82dac5ab23e3eb +guid: 99bd0c30cea8495baf2365e2fdd12fc4 folderAsset: yes DefaultImporter: diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/Android.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/Android.meta index b4aace9..a819bf9 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/Android.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/Android.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 52f511aa99a94d12af94a9d05f4da070 +guid: a1a02ea034754673abf46f61cdfc1afe folderAsset: yes DefaultImporter: diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/Android/libPK-UnityPlugin.so b/com.persistant-studios.popcornfx/Runtime/Plugins/Android/libPK-UnityPlugin.so index 935f949..d08032f 100755 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/Android/libPK-UnityPlugin.so +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/Android/libPK-UnityPlugin.so @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:54e8e27cd3c1194ef446b5024370b1b5ed77de71626fe5718c4caeb3921fbc2b +oid sha256:aed0b2816914404530e79b4168b66849309d4daa3f735cf63ffec56ca5471a7d size 4864972 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/Android/libPK-UnityPlugin.so.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/Android/libPK-UnityPlugin.so.meta index fc05c32..93e9aab 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/Android/libPK-UnityPlugin.so.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/Android/libPK-UnityPlugin.so.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: e7dd3c19b8d94bcd94825f505d852b5a +guid: 919103a8bce64d78a73f0cc38d475720 PluginImporter: serializedVersion: 2 isPreloaded: 0 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/Android64.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/Android64.meta index 34e3109..326a234 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/Android64.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/Android64.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: a359257224e842f7beb8de0a6e200dc1 +guid: a34c10e4d37f4863b5ccd8494169bfb7 folderAsset: yes DefaultImporter: diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/Android64/libPK-UnityPlugin.so b/com.persistant-studios.popcornfx/Runtime/Plugins/Android64/libPK-UnityPlugin.so index 309a21a..247448d 100755 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/Android64/libPK-UnityPlugin.so +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/Android64/libPK-UnityPlugin.so @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a038a20c174277550f62b21416024b980369ab43c95a333ab31e0f98432d585 +oid sha256:7afdfa18129ac9ceb8ee8a360b0fa5d18c9307ff2cc82c1367f72e33c08d579a size 4456360 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/Android64/libPK-UnityPlugin.so.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/Android64/libPK-UnityPlugin.so.meta index 2d68eae..8dbb048 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/Android64/libPK-UnityPlugin.so.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/Android64/libPK-UnityPlugin.so.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: fb455a4c166b4b03b0575e02a971d671 +guid: b32fac1622ca4a63953bd822171bd712 PluginImporter: serializedVersion: 2 isPreloaded: 0 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/OSX.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/OSX.meta index 74c5357..34feaf7 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/OSX.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/OSX.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: e704b4fceb354b029f9bb36ec6d4101e +guid: 0c72f401a6644ef396deaee4e00bcb2c folderAsset: yes DefaultImporter: diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/OSX/libPK-UnityPlugin.dylib b/com.persistant-studios.popcornfx/Runtime/Plugins/OSX/libPK-UnityPlugin.dylib index 7c9b025..d40fec0 100755 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/OSX/libPK-UnityPlugin.dylib +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/OSX/libPK-UnityPlugin.dylib @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03ce4a19c9a3f2fa2787109f290d5e1d78d063815f0aee66140012b2d59fdc26 -size 71049441 +oid sha256:11df88c0cdc105637292dda6e1f0382e612666123afda911dd518f9db90997ec +size 71049393 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/OSX/libPK-UnityPlugin.dylib.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/OSX/libPK-UnityPlugin.dylib.meta index 284f295..26093dd 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/OSX/libPK-UnityPlugin.dylib.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/OSX/libPK-UnityPlugin.dylib.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 60606654acdb46e88bc8e1c909bca38d +guid: a1dbaf32f5c843e6963f101280d77e7a PluginImporter: serializedVersion: 2 isPreloaded: 0 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/iOS.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/iOS.meta index d45080b..33365a3 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/iOS.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/iOS.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: c4d5dd4c76a048dabfbb117eeda49655 +guid: dcc6b9d202dc45119ffdbe8e6fce3056 folderAsset: yes DefaultImporter: diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/ios64.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/ios64.meta index ff33351..dfb691a 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/ios64.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/ios64.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 1d49fda8e3324f999e97aa2954fb3e7b +guid: 102465aa36a5458c8890a190be3e9d3c folderAsset: yes DefaultImporter: diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/libPK-UnityPlugin.a b/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/libPK-UnityPlugin.a index 2f7ed75..45a5fcd 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/libPK-UnityPlugin.a +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/libPK-UnityPlugin.a @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4118c8a0c4b4fc71b8d0f6426e31c1223036e8cfdd8c8a7730038aa2bf070cd9 +oid sha256:4dbd4ceb6a17a140d94c9a472ef5c471be36b71962fb1d5558f2d4529ee6c915 size 34987800 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/libPK-UnityPlugin.a.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/libPK-UnityPlugin.a.meta index 741ba8d..18f1f57 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/libPK-UnityPlugin.a.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/iOS/libPK-UnityPlugin.a.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 1f1dc25aac2246209f390c6e5f4fb6ed +guid: d279f170e2df4744a2ca9773f28bdb4a PluginImporter: serializedVersion: 2 isPreloaded: 0 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/x86.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/x86.meta index 067d52a..5ee1d7b 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/x86.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/x86.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: d9524e7c6c9c41d5ba6b49f06f419232 +guid: 5a6ac787823f4189b1254252cf323b54 folderAsset: yes DefaultImporter: diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/x86/PK-UnityPlugin.dll b/com.persistant-studios.popcornfx/Runtime/Plugins/x86/PK-UnityPlugin.dll index 5c75a66..4139bae 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/x86/PK-UnityPlugin.dll +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/x86/PK-UnityPlugin.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0160c17c03c607bc1dc79876f5e7a2c7b1cca5e0b4f7d0c5cf39df7e9e9594fa -size 4949504 +oid sha256:03bda878cd0bd1b83664c1ada2442f60f46e4cfc4cd8f7305fee54704deea03a +size 4936704 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/x86/PK-UnityPlugin.dll.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/x86/PK-UnityPlugin.dll.meta index de9a5de..9b0b19b 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/x86/PK-UnityPlugin.dll.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/x86/PK-UnityPlugin.dll.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: a9d20eea449a49229da6809d2846571d +guid: 66346bdf3ed44f369edc4f7be67905ba PluginImporter: serializedVersion: 2 isPreloaded: 0 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64.meta index 32a9948..c43571e 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 6556fe673a9248078bc8da9eb0b21131 +guid: 4a484341b02d4553b9e3b34795f5b77f folderAsset: yes DefaultImporter: diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/PK-UnityPlugin.dll b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/PK-UnityPlugin.dll index e104779..1b19400 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/PK-UnityPlugin.dll +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/PK-UnityPlugin.dll @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:049462f1b12e529ce50958df2728479590b8f60b65c786892e9ea3574bdd1ff6 -size 24696832 +oid sha256:8d1f505d3d4ef963d0fd5828e7e23a27430d9bfb11471241ffe5c203ed6e8443 +size 24709120 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/PK-UnityPlugin.dll.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/PK-UnityPlugin.dll.meta index fba65b5..cb3c993 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/PK-UnityPlugin.dll.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/PK-UnityPlugin.dll.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 0c7c85202a164207a2f5f387c586bc7c +guid: 20c5ecc9ba7341d1b935f5b260d4f9bb PluginImporter: serializedVersion: 2 isPreloaded: 0 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/libPK-UnityPlugin.so b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/libPK-UnityPlugin.so index 965cf62..9aa9073 100755 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/libPK-UnityPlugin.so +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/libPK-UnityPlugin.so @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c1687cd0f33c9bc9f8a0296005e7fcffb7e5a42e1b8657d0a728a8c387c07455 +oid sha256:6d6048c27ec3746745649571776d203d936fb93552247da40cbb390f6191f393 size 22209672 diff --git a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/libPK-UnityPlugin.so.meta b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/libPK-UnityPlugin.so.meta index cf63aba..85494e5 100644 --- a/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/libPK-UnityPlugin.so.meta +++ b/com.persistant-studios.popcornfx/Runtime/Plugins/x86_64/libPK-UnityPlugin.so.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 84d7ed66e6ba48298c4ac238162d2441 +guid: 1d5fe7b67e2e416ca9abb9dcd074268f PluginImporter: serializedVersion: 2 isPreloaded: 0 diff --git a/com.persistant-studios.popcornfx/Runtime/Scripts/Internal/PKFxManagedToNative.cs b/com.persistant-studios.popcornfx/Runtime/Scripts/Internal/PKFxManagedToNative.cs index fb38046..658d0fc 100644 --- a/com.persistant-studios.popcornfx/Runtime/Scripts/Internal/PKFxManagedToNative.cs +++ b/com.persistant-studios.popcornfx/Runtime/Scripts/Internal/PKFxManagedToNative.cs @@ -399,7 +399,7 @@ internal partial class PKFxManagerImpl : object //---------------------------------------------------------------------------- private const string m_UnityVersion = "Unity 2019.4 and up"; - public const string m_PluginVersion = "2.20.5 for " + m_UnityVersion; + public const string m_PluginVersion = "2.20.6 for " + m_UnityVersion; public static string m_CurrentVersionString = ""; public static bool m_IsStarted = false; public static string m_DistortionLayer = "PopcornFX_Disto"; diff --git a/com.persistant-studios.popcornfx/package.json b/com.persistant-studios.popcornfx/package.json index 8e611c3..631977a 100644 --- a/com.persistant-studios.popcornfx/package.json +++ b/com.persistant-studios.popcornfx/package.json @@ -1,7 +1,7 @@ { "name": "com.persistant-studios.popcornfx", "description": "PopcornFX is a 3D realtime FX Solution for Games & Interactive applications.", - "version": "2.20.5", + "version": "2.20.6", "unity": "2019.3", "displayName": "PopcornFX" } diff --git a/download_3rd_party.bat b/download_3rd_party.bat index d70a32d..0bf2e0c 100644 --- a/download_3rd_party.bat +++ b/download_3rd_party.bat @@ -7,7 +7,7 @@ set OPEN_SOURCE_UNITY_REPO_PATH=%~dp0 bitsadmin /reset bitsadmin /create third_party_download -bitsadmin /addfile third_party_download http://downloads.popcornfx.com/Plugins/ExternalLibs/ExternalLibs_UnityStore_2.20.5-22434_android_android64_arm64_ios64_x32_x64_android_ios_linux_macosx_vs2019.zip "%OPEN_SOURCE_UNITY_REPO_PATH%ExternalLibs.zip" +bitsadmin /addfile third_party_download http://downloads.popcornfx.com/Plugins/ExternalLibs/ExternalLibs_UnityStore_2.20.6-22710_android_android64_arm64_ios64_x32_x64_android_ios_linux_macosx_vs2019.zip "%OPEN_SOURCE_UNITY_REPO_PATH%ExternalLibs.zip" bitsadmin /setpriority third_party_download "FOREGROUND" bitsadmin /resume third_party_download diff --git a/download_3rd_party.sh b/download_3rd_party.sh index 898bf69..78ed966 100644 --- a/download_3rd_party.sh +++ b/download_3rd_party.sh @@ -4,6 +4,6 @@ SCRIPT_PATH=$(readlink -f "$0") OPEN_SOURCE_UNITY_REPO_PATH=$(dirname "$SCRIPT_PATH") rm -rf "$OPEN_SOURCE_UNITY_REPO_PATH/ExternalLibs" -wget "http://downloads.popcornfx.com/Plugins/ExternalLibs/ExternalLibs_UnityStore_2.20.5-22434_android_android64_arm64_ios64_x32_x64_android_ios_linux_macosx_vs2019.zip" -O "$OPEN_SOURCE_UNITY_REPO_PATH/ExternalLibs.zip" +wget "http://downloads.popcornfx.com/Plugins/ExternalLibs/ExternalLibs_UnityStore_2.20.6-22710_android_android64_arm64_ios64_x32_x64_android_ios_linux_macosx_vs2019.zip" -O "$OPEN_SOURCE_UNITY_REPO_PATH/ExternalLibs.zip" unzip "$OPEN_SOURCE_UNITY_REPO_PATH/ExternalLibs.zip" rm -f "$OPEN_SOURCE_UNITY_REPO_PATH/ExternalLibs.zip"