Skip to content

Commit

Permalink
PopcornFX Gem 2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ValPKFX committed May 12, 2023
1 parent 636a3ca commit 7e3d9a2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.16.2)
set(POPCORNFX_VERSION 2.16.3)
set(POPCORNFX_LICENSE O3DE)

if (PK_O3DE_MAJOR_VERSION GREATER_EQUAL 2205)
Expand Down
4 changes: 2 additions & 2 deletions Code/Platform/Linux/PAL_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux)
set(pk_package_hash 3608648a76bc3bf04a16d55b42a0bb0b788d472c888a5d147afb574be714e117)
set(pk_package_id sCg8JgFDhYcxLU5A)
set(pk_package_hash 7eb7d96f248cef792af85d8f4c9f94dbb7445bf1fc5157735fd333772339ee06)
set(pk_package_id ZgGPdBAbdP2Ab7AW)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
pk_download_package_ifn(${package_name} ${pk_package_id})
Expand Down
4 changes: 2 additions & 2 deletions Code/Platform/Mac/PAL_mac.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-mac)
set(pk_package_hash 6139832376de2ffb03eb97c7dfca621ccb3288cd028dd4943507f153f51a647f)
set(pk_package_id C9gT5BAEWrw3g5dS)
set(pk_package_hash 6d9a3f3f76f408404a6c0e1763a592058c98a74a99056c0da6cdbbacf4d4e0e9)
set(pk_package_id 6UraS3USJWGxskkT)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
pk_download_package_ifn(${package_name} ${pk_package_id})
Expand Down
4 changes: 2 additions & 2 deletions Code/Platform/Windows/PAL_windows.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-windows)
set(pk_package_hash 827ee738e145073fc300fbde4eb98ad929c6fb63e7e7fec76a23fc2a76360daa)
set(pk_package_id RFEq2mDkHwNFKHtM)
set(pk_package_hash e041bea0b04dc43febe1ce3ad6659ffd4b042821e1f64499117e267cc44dd240)
set(pk_package_id cNPcAwcwCdrVWKup)

ly_associate_package(PACKAGE_NAME ${package_name} TARGETS PopcornFX PACKAGE_HASH ${pk_package_hash})
pk_download_package_ifn(${package_name} ${pk_package_id})
Expand Down
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.16.2`
* **Version:** `v2.16.3`
* **O3DE:** `21.11`, `21.11.2`, `22.05.0`, `22.10.0`, `23.03.0`
* **Supported platforms:** `Windows`, `MacOS`, `Linux`, `iOS`, `Android`

Expand Down
8 changes: 4 additions & 4 deletions gem.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"gem_name": "PopcornFX",
"display_name": "PopcornFX 2.16.2",
"display_name": "PopcornFX 2.16.3",
"license": "Community",
"license_url": "https://www.popcornfx.com/popcornfx-community-license",
"origin": "Persistant Studios - popcornfx.com",
"repo_uri": "https://downloads.popcornfx.com/o3de-repo",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.16/O3DE_PopcornFXGem_v2.16.2_Win64_Linux64_Mac64.zip",
"version": "2.16.2",
"last_updated": "2023-04-27",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.16/O3DE_PopcornFXGem_v2.16.3_Win64_Linux64_Mac64.zip",
"version": "2.16.3",
"last_updated": "2023-05-11",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit 7e3d9a2

Please sign in to comment.