Skip to content

Commit

Permalink
Merge pull request #292 from ynput/additional_info_for_pyside6_instal…
Browse files Browse the repository at this point in the history
…lation

Add additional docs for pyside installation in Unreal
  • Loading branch information
moonyuet authored Nov 5, 2024
2 parents 93976f4 + c37217c commit 7dcee53
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/docs/addon_unreal_admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ 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 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
Expand Down

0 comments on commit 7dcee53

Please sign in to comment.