UAssetGUI
A tool designed for low-level examination and modification of Unreal Engine game assets by hand.
File Explorer
Download Latest Version (.zip)- bug_report.md
- config.yml
- feature_request.md
- build.yml
- pull_request_template.md
- Resources.Designer.cs
- Resources.resx
- Hello_world.cs
- Print_visible_nodes.cs
- Set_all_visible_floats_to_100.cs
- dancing_cat.gif
- DEBUG.json
- en_US.json
- icon.ico
- language_codes.json
- language_names.json
- AboutForm.cs
- AboutForm.Designer.cs
- AboutForm.resx
- ColorfulTreeView.cs
- FileContainerForm.cs
- FileContainerForm.Designer.cs
- FileContainerForm.resx
- FindForm.cs
- FindForm.Designer.cs
- FindForm.resx
- Form1.cs
- Form1.Designer.cs
- Form1.resx
- GitHubAPI.cs
- GlobalSuppressions.cs
- IScriptInterface.cs
- LICENSE
- MapStructTypeOverrideForm.cs
- MapStructTypeOverrideForm.Designer.cs
- MapStructTypeOverrideForm.resx
- MarkdownViewer.cs
- MarkdownViewer.Designer.cs
- MarkdownViewer.resx
- Microsoft.CodeAnalysis.CSharp.dll.gz
- Microsoft.CodeAnalysis.dll.gz
- NOTICE.md
- Program.cs
- ProgressBarForm.cs
- ProgressBarForm.Designer.cs
- ProgressBarForm.resx
- retoc.exe.gz
- ScriptAssemblyLoadContext.cs
- SettingsForm.cs
- SettingsForm.Designer.cs
- SettingsForm.resx
- TableHandler.cs
- TextPrompt.cs
- TextPrompt.Designer.cs
- TextPrompt.resx
- UAGConfig.cs
- UAGPalette.cs
- UAGTheme.cs
- UAGUtils.cs
- UAssetGUI.csproj
- UAssetGUI.csproj.user
- .editorconfig
- .gitignore
- .gitmodules
- LICENSE
- NOTICE.md
- README.md
- UAssetAPI
- UAssetGUI.sln
# Installation Guide
1. Get the code
git clone https://github.com/atenfyr/UAssetGUI
Downloads the entire project code from GitHub to your computer.
cd UAssetGUI
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
