Skip to content

Commit

Permalink
PopcornFX Gem 2.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
PopcornFX Bot committed Jun 27, 2024
1 parent 9abdcd0 commit b38eb23
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.19.4)
set(POPCORNFX_VERSION 2.19.5)
set(POPCORNFX_LICENSE O3DE)

o3de_pal_dir(pal_dir ${CMAKE_CURRENT_LIST_DIR}/Platform/${PAL_PLATFORM_NAME} "${gem_restricted_path}" "${gem_path}" "${gem_name}")
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 4ce4458b87a26160f8258f122d51db9461f0604eb6fedd4b82bb02b9c3c7c622)
set(pk_package_id nLwB7xbHGaxRd7VG)
set(pk_package_hash af69dc1875fe175abe701dfdc3987902432dea835b54727fd4c4e5eea157802b)
set(pk_package_id 8Gml1QREEHSwF1qy)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux-aarch64)
set(pk_package_hash 4ce4458b87a26160f8258f122d51db9461f0604eb6fedd4b82bb02b9c3c7c622_ARM64)
set(pk_package_id nLwB7xbHGaxRd7VG_ARM64)
set(pk_package_hash af69dc1875fe175abe701dfdc3987902432dea835b54727fd4c4e5eea157802b_ARM64)
set(pk_package_id 8Gml1QREEHSwF1qy_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 b69cd50f3c09e9314b1c5496545bc02a23209c1821b4295bb1b1ffa697ad9e0d)
set(pk_package_id wZAWgctxa7xK3lz6)
set(pk_package_hash 00f390cc28ab6b16113716b86b0c48a3bf00c07ad5482db0d0b214acdc4368bf)
set(pk_package_id vVcLXYRJ9a4tVdgF)

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 dff48baa6e92a3892d44f5a2c4d98a8357cea488abc4f0907ef0b50a047bd6ce)
set(pk_package_id 4ZytnOdOARvKZJFR)
set(pk_package_hash 3a349d0a994a820249c0c475e804d753e1da350a379051e402c1e504422de275)
set(pk_package_id B7z8fTWm3VDGfqRO)

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.19.4`
* **Version:** `v2.19.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.19.4",
"display_name": "PopcornFX 2.19.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.19/O3DE_PopcornFXGem_v2.19.4_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.19.4",
"last_updated": "2024-06-06",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.19/O3DE_PopcornFXGem_v2.19.5_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.19.5",
"last_updated": "2024-06-27",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit b38eb23

Please sign in to comment.