Releases: razerofficial/Unreal_ChromaSDK
Unreal_ChromaSDK_Unicode_Example_Project
Chroma SDK for Unreal Sample Project for Windows.
Quick Start:
Open the Chroma RGB SDK
plugin in the Marketplace.
(Option 1) Use the Windows run dialog: Start->Run
com.epicgames.launcher://ue/marketplace/product/9c594b07998f42de86e168846cc0ad1f
(or Option 2) Open the Chroma RGB SDK plugin in the Epic Marketplace and Install to Engine
This installs to the following folders depending on the engine version:
C:\Program Files\Epic Games\UE_5.2\Engine\Plugins\Marketplace\ChromaSDKPlugin
C:\Program Files\Epic Games\UE_5.3\Engine\Plugins\Marketplace\ChromaSDKPlugin
C:\Program Files\Epic Games\UE_5.4\Engine\Plugins\Marketplace\ChromaSDKPlugin
-
Extract the
Unreal_ChromaSDK_Unicode_Example_Project-UEX.X.zip
archive -
Change the version to your UE version
Chroma_Sample\Chroma_Sample.uproject
(Currently 5.2, 5.3, and 5.4 are supported by the marketplace plugin, otherwise use the Github version for earlier versions)
"EngineAssociation": "5.2",
"EngineAssociation": "5.3",
"EngineAssociation": "5.4",
Add the marketplace plugin to the Plugins
section.
{
"FileVersion": 3,
"EngineAssociation": "5.2",
"Category": "",
"Description": "",
"Modules": [
{
"Name": "Chroma_Sample",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "ModelingToolsEditorMode",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
},
{
"Name": "ChromaSDKPlugin",
"Enabled": true,
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/9c594b07998f42de86e168846cc0ad1f"
}
]
}
-
Open in the Unreal project:
Chroma_Sample\Chroma_Sample.uproject
in the Unreal Editor -
Edit->Plugins will show the marketplace plugin has been enabled
Example levels:
- Chromatic Level:
- Sample App Level:
- Sample Game Level:
- Game Loop Level: