Skip to content

Commit

Permalink
PopcornFX Gem 2.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PopcornFX Bot committed Feb 8, 2024
1 parent b5bd2df commit b659742
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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.18.4)
set(POPCORNFX_VERSION 2.18.5)
set(POPCORNFX_LICENSE O3DE)

if (PK_O3DE_MAJOR_VERSION GREATER_EQUAL 2205)
Expand Down
8 changes: 4 additions & 4 deletions Code/Platform/Linux/PAL_linux.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
set(LY_PACKAGE_SERVER_URLS ${LY_PACKAGE_SERVER_URLS} "https://downloads.popcornfx.com/o3de-packages")
if(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux)
set(pk_package_hash 8a41a7ec6bab46a574ea0fd4ee87471a4ded8ad408e0694876657411bd99c1f5)
set(pk_package_id 0h2gdQofG1fT9t7c)
set(pk_package_hash 00749183c22216da7f1d932a1971c095ba25f4c3624f215e934597bf036b7675)
set(pk_package_id JgiBFr77fVSdmate)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux-aarch64)
set(pk_package_hash 8a41a7ec6bab46a574ea0fd4ee87471a4ded8ad408e0694876657411bd99c1f5_ARM64)
set(pk_package_id 0h2gdQofG1fT9t7c_ARM64)
set(pk_package_hash 00749183c22216da7f1d932a1971c095ba25f4c3624f215e934597bf036b7675_ARM64)
set(pk_package_id JgiBFr77fVSdmate_ARM64)
else()
message(FATAL_ERROR "Unsupported linux architecture ${CMAKE_SYSTEM_PROCESSOR}")
endif()
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 bd5d72d16086dd63a56752ba5962199920b7e2320e74436bca55756ca51f131f)
set(pk_package_id SfJhfQsVYpXIPMgL)
set(pk_package_hash 653544ee81c265f135b7a2c59915f30d8d1b7fccde467760651125f4d2d6df78)
set(pk_package_id 1AHmWajFaqK8AyZS)

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 69a90b3892507020d76632a753148ca57df5373a3d7cb71defb2e8ad90710bbb)
set(pk_package_id 9OQWxPsRWMBJYrAj)
set(pk_package_hash 411cd153b193e4205f83c9a92a729ea1535fba1addeee8952079bb36d39fe707)
set(pk_package_id fDK4vBTTvgY7xebt)

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.18.4`
* **Version:** `v2.18.5`
* **O3DE:** `23.05`, `23.10`
* **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.18.4",
"display_name": "PopcornFX 2.18.5",
"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.18/O3DE_PopcornFXGem_v2.18.4_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.18.4",
"last_updated": "2024-01-11",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.18/O3DE_PopcornFXGem_v2.18.5_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.18.5",
"last_updated": "2024-02-08",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit b659742

Please sign in to comment.