
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Kiraio.UnityWebTools.NET
Advanced tools
UnityWebTools.NET is a C# library designed to simplify the handling of `UnityWebData` (*.data) files within Unity WebGL game by providing unpack and repack functionality to modify the game assets. This library serves as a supplementary addition to AssetsTools.NET (https://github.com/nesrak1/AssetsTools.NET) library, enhancing your capabilities when working with Unity game data.
UnityWebTools.NET is a C# library designed to simplify the handling of UnityWebData
(*.data) files within Unity WebGL game by providing unpack and repack functionality to modify the game assets. This library serves as a supplementary addition to AssetsTools.NET library, enhancing your capabilities when working with Unity game data.
UnityWebData
files, allowing you to effortlessly access their contents.UnityWebData
files is a breeze, making it convenient to modify game's assets.Using UnityWebTools.NET is simple!
Install UnityWebTools.NET:
dotnet add package Kiraio.UnityWebTools.NET --version <latest_version_available>
Start using it:
// Important! Import the namespace.
using Kiraio.UnityWebTools;
// Check if the file is valid UnityWebData file.
bool valid = UnityWebToolUtils.IsUnityWebData("WebGL.data");
// Extract the UnityWebData (*.data) file.
// Unpack(string webDataFile, string outputDirectory (Optional)).
// Return output directory path.
string output = UnityWebTool.Unpack("WebGL.data");
// Compress folder as UnityWebData (*.data) file.
// Pack(string sourceFolder, string outputFile (Optional)).
// Return output file path.
Pack(output);
Contributions are welcome! If you have suggestions, bug reports, or would like to contribute code, feel free to make Issues/Pull Requests.
UnityWebTools.NET are licensed under the GNU General Public License v3.0 License.
FAQs
UnityWebTools.NET is a C# library designed to simplify the handling of `UnityWebData` (*.data) files within Unity WebGL game by providing unpack and repack functionality to modify the game assets. This library serves as a supplementary addition to AssetsTools.NET (https://github.com/nesrak1/AssetsTools.NET) library, enhancing your capabilities when working with Unity game data.
We found that kiraio.unitywebtools.net demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.