Documentation
¶
Overview ¶
Package deps resolves the external asset dependencies of a Unity file by mapping the GUIDs it references to asset paths within a project. It builds a guid→path index from the project's .meta files; the caller supplies the referenced GUIDs (extracted via the safety kernel) so this package stays free of any kernel dependency.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Resolution ¶
type Resolution struct {
GUID string
Path string // project-relative asset path, "" when unresolved
Resolved bool
}
Resolution is one referenced GUID and the asset path it maps to within the project, if any.
Click to show internal directories.
Click to hide internal directories.