From 8ae369d34a87ba790c0f080c80be10ed1781d8bc Mon Sep 17 00:00:00 2001 From: Kayla Man Date: Wed, 16 Oct 2024 23:45:22 +0800 Subject: [PATCH 1/3] add extra remark on the version required for pyside6 installation in unreal --- website/docs/addon_unreal_admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/addon_unreal_admin.md b/website/docs/addon_unreal_admin.md index 83d20a21..e265f411 100644 --- a/website/docs/addon_unreal_admin.md +++ b/website/docs/addon_unreal_admin.md @@ -94,7 +94,7 @@ pip.main(["install", "pyside6"]) Be aware that calling **pip** like so is deprecated by pip itself and might not work in newer versions. :::note -For Unreal Engine versions `>= 5.4`, use `pyside6`. For earlier versions, use `pyside2`. +For Unreal Engine versions `>= 5.4`, use `pyside6` with the version not later than *6.8.0*. For earlier versions, use `pyside2`. ::: ## Setup Publish template for UAsset Product From 4bfbe3ce1c13a9fd2ba58746acd8436086c48012 Mon Sep 17 00:00:00 2001 From: Mustafa Jafar Date: Tue, 5 Nov 2024 11:41:47 +0200 Subject: [PATCH 2/3] rephrase note Co-authored-by: Roy Nieterau --- website/docs/addon_unreal_admin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/addon_unreal_admin.md b/website/docs/addon_unreal_admin.md index e265f411..436cefdf 100644 --- a/website/docs/addon_unreal_admin.md +++ b/website/docs/addon_unreal_admin.md @@ -94,7 +94,7 @@ pip.main(["install", "pyside6"]) Be aware that calling **pip** like so is deprecated by pip itself and might not work in newer versions. :::note -For Unreal Engine versions `>= 5.4`, use `pyside6` with the version not later than *6.8.0*. For earlier versions, use `pyside2`. +For Unreal Engine versions `>= 5.4`, use `pyside6` with version *6.7.x*. For earlier versions, use `pyside2`. ::: ## Setup Publish template for UAsset Product From b172ea0ad764444a3e5639b3dc591b7f61f0a4d6 Mon Sep 17 00:00:00 2001 From: MustafaJafar Date: Tue, 5 Nov 2024 11:44:55 +0200 Subject: [PATCH 3/3] add a warning about potential issues of PySide `6.8.x` --- website/docs/addon_unreal_admin.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docs/addon_unreal_admin.md b/website/docs/addon_unreal_admin.md index 436cefdf..7b406e10 100644 --- a/website/docs/addon_unreal_admin.md +++ b/website/docs/addon_unreal_admin.md @@ -97,6 +97,10 @@ Be aware that calling **pip** like so is deprecated by pip itself and might not For Unreal Engine versions `>= 5.4`, use `pyside6` with version *6.7.x*. For earlier versions, use `pyside2`. ::: +:::caution +Early releases of PySide `6.8.x` has shown issues/crashes. As such, we recommend using `6.7.x` releases for the time being in the hope that future releases of `6.8` become more stable. +::: + ## Setup Publish template for UAsset Product This requires two configurations: