Skip to content

Commit

Permalink
PopcornFX Gem 2.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PopcornFX Bot committed Dec 14, 2023
1 parent 3c17b3e commit 15c00de
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.2)
set(POPCORNFX_VERSION 2.18.3)
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 3e821c3e52faef389aeb2fa4ffc26aea170ed6c4a195ad0a6261314d3d960d76)
set(pk_package_id tZdIQSnZYZd2lDyU)
set(pk_package_hash 9b3bb34ddb5a6df698a6028f0188e93b39787b359ae149a7fb8bcaa80810e6b3)
set(pk_package_id ZDMQUSSU07MZxMto)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux-aarch64)
set(pk_package_hash 3e821c3e52faef389aeb2fa4ffc26aea170ed6c4a195ad0a6261314d3d960d76_ARM64)
set(pk_package_id tZdIQSnZYZd2lDyU_ARM64)
set(pk_package_hash 9b3bb34ddb5a6df698a6028f0188e93b39787b359ae149a7fb8bcaa80810e6b3_ARM64)
set(pk_package_id ZDMQUSSU07MZxMto_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 002099b1ad44b562f5d1d540114cb567b419122316f0bb5285ae50584ffd71dc)
set(pk_package_id PGOsANDruxNVvhkd)
set(pk_package_hash e6847688046901edc1ac9705fb9d0ccd3ce000f71d8e1bda862ad5b2c390fdb5)
set(pk_package_id xUXiUqW0Ip19xqNF)

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 22ea03390ecec87e682dff48a0f0aa1661512418440fd1e6f9b54ccd1e700cab)
set(pk_package_id soODNSq9K3HDKs9F)
set(pk_package_hash 428030b0a990f9fc026ce55a398ca80d2848072d452b00559b9f712c7ea4396d)
set(pk_package_id YxR6X0nCEqgQqrzf)

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.2`
* **Version:** `v2.18.3`
* **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.2",
"display_name": "PopcornFX 2.18.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.18/O3DE_PopcornFXGem_v2.18.2_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.18.2",
"last_updated": "2023-12-04",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.18/O3DE_PopcornFXGem_v2.18.3_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.18.3",
"last_updated": "2023-12-14",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit 15c00de

Please sign in to comment.