Skip to content

Commit

Permalink
PopcornFX Gem 2.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ValPKFX committed Apr 29, 2022
1 parent 3dc9cce commit 0d0bfde
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://www.popcornfx.com/terms-and-conditions/
#----------------------------------------------------------------------------

set(POPCORNFX_VERSION 2.12.1)
set(POPCORNFX_VERSION 2.12.2)
set(POPCORNFX_LICENSE O3DE)

if (${O3DE_DEVELOPMENT})
Expand Down
2 changes: 1 addition & 1 deletion Code/Platform/Linux/PAL_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#----------------------------------------------------------------------------

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
ly_associate_package(PACKAGE_NAME PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux TARGETS PopcornFX PACKAGE_HASH 241e85588661a9ee5d336a1850da370db89953c0c75b1d911bd3316511b12ab8)
ly_associate_package(PACKAGE_NAME PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux TARGETS PopcornFX PACKAGE_HASH a2610e6d5c188200817818c95284be24a02240237fca51749f17e22b75b78d9d)
set(PAL_TRAIT_POPCORNFX_SUPPORTED TRUE)
2 changes: 1 addition & 1 deletion Code/Platform/Mac/PAL_mac.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#----------------------------------------------------------------------------

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
ly_associate_package(PACKAGE_NAME PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-mac TARGETS PopcornFX PACKAGE_HASH 074c6de2b1faa7ea27b04bc5966ecba6040117bbf7395a1eda0e67ea8c076bbc)
ly_associate_package(PACKAGE_NAME PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-mac TARGETS PopcornFX PACKAGE_HASH 74d2bb158d5481899130e5b9278006f3b22fe04b2967cd618e76040fc9116e6d)
set(PAL_TRAIT_POPCORNFX_SUPPORTED TRUE)
2 changes: 1 addition & 1 deletion Code/Platform/Windows/PAL_windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#----------------------------------------------------------------------------

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
ly_associate_package(PACKAGE_NAME PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-windows TARGETS PopcornFX PACKAGE_HASH ba18d2dc817071ad35f7c9f48abdb9ba10598be911414e03797aabb96695bf51)
ly_associate_package(PACKAGE_NAME PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-windows TARGETS PopcornFX PACKAGE_HASH 52d36ddddf77a5eb9c288c0a51d0af4059cc6935b7bf3aeb0f8d38527a3993e5)
set(PAL_TRAIT_POPCORNFX_SUPPORTED TRUE)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# O3DE PopcornFX Plugin

Integrates the **PopcornFX Runtime SDK** into **O3DE** as a Gem.
* **Version:** `v2.12.1`
* **Version:** `v2.12.2`
* **O3DE:** `21.11`, `21.11.2`
* **Supported platforms:** `Windows`, `MacOS`, `Linux`, `iOS`, `Android`

Expand Down
4 changes: 2 additions & 2 deletions gem.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"license": "Community",
"license_url": "https://www.popcornfx.com/popcornfx-community-license",
"origin": "Persistant Studios - popcornfx.com",
"version": "2.12.1",
"last_updated": "2022-04-14",
"version": "2.12.2",
"last_updated": "2022-04-28",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit 0d0bfde

Please sign in to comment.