Crate unity_pack

Crate unity_pack 

Source
Expand description

§unity-pack

Create Unity .unitypackage files from Rust.

Modules§

prelude
Convenient re-exports for common usage

Structs§

Asset
An asset to be included in a Unity package
MetaFile
Represents a Unity .meta file
UnityGuid
A Unity-style GUID (32 lowercase hex characters, no dashes)
UnityPackage
A Unity package container
UnityPackageBuilder
Builder for constructing Unity packages with configuration options

Enums§

AssetType
Type of asset content
Error
Errors that can occur when creating Unity packages
ImporterType
Type of Unity importer to use for an asset

Type Aliases§

Result
Result type for unity-pack operations