bump the SenseGlove Unreal Engine Marketplace Packager to v0.6.0-4108c6f
This commit is contained in:
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Replaced Epic Native Toolchain `v24` support with Epic Native Toolchain `v25` due to the fact that now `v25` is the default Linux toolchain for UE `5.6`.
|
- Replaced Epic Native Toolchain `v24` support with Epic Native Toolchain `v25` due to the fact that now `v25` is the default Linux toolchain for UE `5.6`.
|
||||||
- Bumped the SenseGlove libraries to `v2.203.0-f3d3e676`.
|
- Bumped the SenseGlove libraries to `v2.203.0-f3d3e676`.
|
||||||
- SenseGlove libraries have migrated to `C++20` from `C++17`.
|
- SenseGlove libraries have migrated to `C++20` from `C++17`.
|
||||||
|
- Bumped the SenseGlove Unreal Engine Marketplace Packager `v0.6.0-4108c6f`.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
@@ -955,4 +956,4 @@ This is a minor release focusing on adherence to the Unreal Engine Marketplace G
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Initial public release of the SenseGlove haptic API for Unreal Engine with support for Microsoft Windows and GNU/Linux.
|
- Initial public release of the SenseGlove haptic API for Unreal Engine with support for Microsoft Windows and GNU/Linux.
|
||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -42,6 +42,7 @@ Deploy:
|
|||||||
PasswordEnvVar: SGUM_PACKAGER_REPOSITORY_PASSWORD
|
PasswordEnvVar: SGUM_PACKAGER_REPOSITORY_PASSWORD
|
||||||
|
|
||||||
Branches:
|
Branches:
|
||||||
|
- "5.6"
|
||||||
- "5.5"
|
- "5.5"
|
||||||
- "5.4"
|
- "5.4"
|
||||||
- "5.3"
|
- "5.3"
|
||||||
@@ -178,18 +179,53 @@ Rocket:
|
|||||||
|
|
||||||
UPluginFile: SenseGlove.uplugin
|
UPluginFile: SenseGlove.uplugin
|
||||||
|
|
||||||
PackageDirectory: "%TEMP%\\SenseGlove-Unreal\\Rocket"
|
PackageDirectory:
|
||||||
|
Linux: /tmp/SenseGlove-Unreal/Rocket
|
||||||
|
Windows: "%TEMP%\\SenseGlove-Unreal\\Rocket"
|
||||||
|
|
||||||
EnginePaths:
|
EnginePaths:
|
||||||
- "5.5": "C:\\OPT\\UE_5.5"
|
|
||||||
- "5.4": "C:\\OPT\\UE_5.4"
|
- Branch: "5.6"
|
||||||
- "5.3": "C:\\OPT\\UE_5.3"
|
Path:
|
||||||
|
Linux: "/opt/UE56"
|
||||||
|
Windows: "C:\\OPT\\UE_5.6"
|
||||||
|
|
||||||
|
- Branch: "5.5"
|
||||||
|
Path:
|
||||||
|
Linux: "/opt/UE55"
|
||||||
|
Windows: "C:\\OPT\\UE_5.5"
|
||||||
|
|
||||||
|
- Branch: "5.4"
|
||||||
|
Path:
|
||||||
|
Linux: "/opt/UE54"
|
||||||
|
Windows: "C:\\OPT\\UE_5.4"
|
||||||
|
|
||||||
|
- Branch: "5.3"
|
||||||
|
Path:
|
||||||
|
Linux: "/opt/UE53"
|
||||||
|
Windows: "C:\\OPT\\UE_5.3"
|
||||||
|
|
||||||
NDKPaths:
|
NDKPaths:
|
||||||
- "5.5": "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
|
||||||
- "5.4": "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
- Branch: "5.6"
|
||||||
- "5.3": "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
Path:
|
||||||
- "5.2": "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
Linux: "/opt/android/sdk/ndk/25.1.8937393"
|
||||||
|
Windows: "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
||||||
|
|
||||||
|
- Branch: "5.5"
|
||||||
|
Path:
|
||||||
|
Linux: "/opt/android/sdk/ndk/25.1.8937393"
|
||||||
|
Windows: "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
||||||
|
|
||||||
|
- Branch: "5.4"
|
||||||
|
Path:
|
||||||
|
Linux: "/opt/android/sdk/ndk/25.1.8937393"
|
||||||
|
Windows: "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
||||||
|
|
||||||
|
- Branch: "5.3"
|
||||||
|
Path:
|
||||||
|
Linux: "/opt/android/sdk/ndk/25.1.8937393"
|
||||||
|
Windows: "%LOCALAPPDATA%\\Android\\Sdk\\ndk\\25.1.8937393"
|
||||||
|
|
||||||
|
|
||||||
Rsync:
|
Rsync:
|
||||||
|
|||||||
Reference in New Issue
Block a user