Skip to content

Commit

Permalink
PopcornFX Gem 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ValPKFX committed Jun 16, 2023
1 parent 716fa98 commit a4c3e4d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Assets/shaders/Common/PopcornOptions.azsli
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
#pragma once

#define PK_O3DE_NEW_LIT 1
#define PK_O3DE_NEW_PBR 0
#define PK_O3DE_NEW_PBR 1

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.4)
set(POPCORNFX_VERSION 2.16.5)
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 9a7a5231c729a5a0f5c5da8c5d5dde7b06eba56ab6e4ebc912142e07c27bb5c1)
set(pk_package_id 2DK8uHtqfutDn3eH)
set(pk_package_hash 62771454cf7551874a0f079f8f3d0bccc0f0307c49526689b6493d01dc66b4a3)
set(pk_package_id VZ6eALKvXCgTbSMA)

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 8cacab309ad7a60f0002db6d3695962659c4e13bcb6d9319ffd7eb159fcb21da)
set(pk_package_id u4fLTm5cR4rtJ5gd)
set(pk_package_hash a952ba753f696dd25d8a4644563f73e8b2456dc3db015d56db9ee400f23d7a89)
set(pk_package_id tUUag4D8NnLwbVku)

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 6e342027f04be3bf4a9724ef12acff2586231de13c8568b191ea6dadbf8c9c5b)
set(pk_package_id rduPRStDNeGSNnLL)
set(pk_package_hash e2e6e552141724d4614364589d1a5041dbbb35a3261f3d093f7c1f9ccac0983a)
set(pk_package_id e7DJeAzUSVsyvJXz)

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.4`
* **Version:** `v2.16.5`
* **O3DE:** `21.11`, `21.11.2`, `22.05.0`, `22.10.0`, `23.03.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.4",
"display_name": "PopcornFX 2.16.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.16/O3DE_PopcornFXGem_v2.16.4_Win64_Linux64_Mac64.zip",
"version": "2.16.4",
"last_updated": "2023-06-01",
"origin_uri": "https://downloads.popcornfx.com/o3de-repo/PopcornFX-2.16/O3DE_PopcornFXGem_v2.16.5_Win64_Linux64_Mac64.zip",
"version": "2.16.5",
"last_updated": "2023-06-15",
"type": "Code",
"summary": "The PopcornFX Gem provides real-time FX solution for particle effects.",
"canonical_tags": [
Expand Down

0 comments on commit a4c3e4d

Please sign in to comment.