Skip to content

Commit

Permalink
PopcornFX Gem 2.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ValPKFX committed Sep 9, 2022
1 parent 5a21906 commit b6098c9
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.13.2)
set(POPCORNFX_VERSION 2.13.3)
set(POPCORNFX_LICENSE O3DE)

if (PK_O3DE_MAJOR_VERSION GREATER_EQUAL 2205)
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 00f46858654ae4526e0112a22456c8ca3b788ff1d9b89fb611f0b144915dd609)
ly_associate_package(PACKAGE_NAME PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux TARGETS PopcornFX PACKAGE_HASH a6017d358802145c5beface77b3519971805b0a27cd756e492c65c0a42f04792)
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 6197ff792bb4b1c745c470343eea1ef7f36723b4f97ba153fe46d561315088c2)
ly_associate_package(PACKAGE_NAME PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-mac TARGETS PopcornFX PACKAGE_HASH 145dcf0b2680efce0da185ba9faf1f36604065e2481e948434d72a43fb65ed80)
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 c593a78a95f8e4429670d462001bc5c6e0408802b1a1516526a324dfa0ec1273)
ly_associate_package(PACKAGE_NAME PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-windows TARGETS PopcornFX PACKAGE_HASH d89d368ae39f2afa29b490e38de81d39578c56c7e0e86dc63e00f81f23d94a5b)
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.13.2`
* **Version:** `v2.13.3`
* **O3DE:** `21.11`, `21.11.2`, `22.05.0`
* **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.13.2",
"last_updated": "2022-09-01",
"version": "2.13.3",
"last_updated": "2022-09-09",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit b6098c9

Please sign in to comment.