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
- Meta
File - Represents a Unity .meta file
- Unity
Guid - A Unity-style GUID (32 lowercase hex characters, no dashes)
- Unity
Package - A Unity package container
- Unity
Package Builder - Builder for constructing Unity packages with configuration options
Enums§
- Asset
Type - Type of asset content
- Error
- Errors that can occur when creating Unity packages
- Importer
Type - Type of Unity importer to use for an asset
Type Aliases§
- Result
- Result type for unity-pack operations