Skip to content

Commit

Permalink
PopcornFX Gem 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ValPKFX committed Jan 19, 2023
1 parent 3f926e0 commit 3f5cb19
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 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.14.5)
set(POPCORNFX_VERSION 2.15.0)
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 6c8c3724c6e13799b612884d20204b5a23abedeeec1b2b1431d99c6b6501f240)
set(pk_package_id 3FN6huvvQmdwFXvT)
set(pk_package_hash 879c8d3cd6c2cc41af1931d278206f08ce14bbf120f839cb6c97e52994151584)
set(pk_package_id rufLTFLedQsA4UhG)

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 9ac664bb7bc712496fd38b7e9355160eb4d33730925ea29bfe3ef7d2f5723e54)
set(pk_package_id tHDExhrfFppdUw5s)
set(pk_package_hash d5ad73aab21108236887957ac15c854c695a5cc132d6e4d9695c7c1f79b73cdd)
set(pk_package_id q6d4XffNtKv4qmbp)

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 54a6dbf6fbcd11937a6490641e560a7cf039467ce4462a00462d0ff29b0ef6bb)
set(pk_package_id bfdJnYqT84qBKXBS)
set(pk_package_hash e1c91b07de4a47a235ad4c6cb3e18a54f128430aacbbec5e70ae1ac897f9cb00)
set(pk_package_id Dhc7UYALnRcGdDG6)

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.14.5`
* **Version:** `v2.15.0`
* **O3DE:** `21.11`, `21.11.2`, `22.05.0`, `22.10.0`
* **Supported platforms:** `Windows`, `MacOS`, `Linux`, `iOS`, `Android`

Expand Down
6 changes: 4 additions & 2 deletions gem.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"license": "Community",
"license_url": "https://www.popcornfx.com/popcornfx-community-license",
"origin": "Persistant Studios - popcornfx.com",
"version": "2.14.5",
"last_updated": "2023-01-05",
"repo_uri": "https://downloads.popcornfx.com/o3de-repo",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.15/O3DE_PopcornFXGem_v2.15.0_Win64_Linux64_Mac64.zip",
"version": "2.15.0",
"last_updated": "2023-01-18",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit 3f5cb19

Please sign in to comment.