Skip to content

Commit

Permalink
PopcornFX Gem 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ValPKFX committed Apr 14, 2023
1 parent b94afd0 commit d9adfb8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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.16.0)
set(POPCORNFX_VERSION 2.16.1)
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 a568eedbc6333dea134de1547117a182f996228bfa5308928263305f14b224fc)
set(pk_package_id TwCXv9y8swTG6pVc)
set(pk_package_hash 06516a9b79c21de5fcc44f1d11e1d4e4e2191ad0b5ead073420dcc699b02a83a)
set(pk_package_id rNrLv5rR9c3dx4X3)

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 2537d8d80fa514340192ffe052c9c8546fddce011925d0268a5cbf51357e5943)
set(pk_package_id N3ar5beaN9HquJLU)
set(pk_package_hash 4113b4c3450e29926860a5344546e2b666b1f0a1567f8e5d49df645ccf1d6bfd)
set(pk_package_id cpQY2Hcwy98AvHPm)

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 e009cfbce4c21d1884981cfe87f9a2436b4845ab97e199d7bd367b667d158a79)
set(pk_package_id NwG5x7fHCxuLAHZW)
set(pk_package_hash c967b59f0c5624ec07854ba19aab5454239eecc7006d45c9fa76f60f4cab9b08)
set(pk_package_id ykTfU2eFTHjBeuU3)

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.16.0`
* **Version:** `v2.16.1`
* **O3DE:** `21.11`, `21.11.2`, `22.05.0`, `22.10.0`
* **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.16.0",
"display_name": "PopcornFX 2.16.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.16/O3DE_PopcornFXGem_v2.16.0_Win64_Linux64_Mac64.zip",
"version": "2.16.0",
"last_updated": "2023-04-05",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.16/O3DE_PopcornFXGem_v2.16.1_Win64_Linux64_Mac64.zip",
"version": "2.16.1",
"last_updated": "2023-04-13",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit d9adfb8

Please sign in to comment.