Skip to content

Commit

Permalink
PopcornFX Gem 2.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PopcornFX Bot committed Oct 27, 2023
1 parent de6f428 commit c75cbd7
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.17.5)
set(POPCORNFX_VERSION 2.18.1)
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 5ff9e9afd266e59a4180b6b02fc449f6a2b9fa14c7bf2a21e096c16e6865d880)
set(pk_package_id MnAnjQahfswCAghd)
set(pk_package_hash bdae4a9e32971a96471ebc8bb6b97b588970a0dd07fa6d0fff6d0d1f8a7a41c7)
set(pk_package_id Ng3RaXuqyAUWAgHy)
elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64")
set(package_name PopcornFX-${POPCORNFX_VERSION}-${POPCORNFX_LICENSE}-linux-aarch64)
set(pk_package_hash 5ff9e9afd266e59a4180b6b02fc449f6a2b9fa14c7bf2a21e096c16e6865d880_ARM64)
set(pk_package_id MnAnjQahfswCAghd_ARM64)
set(pk_package_hash 305a071c6161ca83f2d95d44785cecf5c95852f881d49c74f35dfbd13653ae1b)
set(pk_package_id ZDEps23sNQA5p7q5)
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 a93f4e2b76bddcff17b0cece7e4ab24749cf3a0923b83a1e398cc5942fd7fa1e)
set(pk_package_id WhzVtT7dWXwN53se)
set(pk_package_hash 4855850a6c60edd312aab254985d25eb1b48e0c8214c6d56f0e64f9e71f070d5)
set(pk_package_id Kph45AXPVnUw9u6K)

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 5a69729b5ba60b985f01760c5bfc196e4d859be00ab547c1d8647a05081cab4e)
set(pk_package_id cCspcUzeRBfEm9rK)
set(pk_package_hash 9375b5af03f511ee9a041eaf83ae131018004c5a680ee746a7abbb2241f5cc91)
set(pk_package_id UntkQKUXJ57BnbcB)

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.17.5`
* **Version:** `v2.18.1`
* **O3DE:** `23.05`
* **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.17.5",
"display_name": "PopcornFX 2.18.1",
"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.17/O3DE_PopcornFXGem_v2.17.5_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.17.5",
"last_updated": "2023-09-27",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.18/O3DE_PopcornFXGem_v2.18.1_Win64_Linux64_LinuxARM64_Mac64.zip",
"version": "2.18.1",
"last_updated": "2023-10-27",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit c75cbd7

Please sign in to comment.