Crate uvm_detect

Crate uvm_detect 

Source

Structs§

DetectOptions
Configuration options for Unity project detection.

Functions§

detect_project_complete_version
Detects and parses the complete Unity version (version + revision hash) from a Unity project.
detect_project_version
Detects and parses the Unity version from a Unity project using default options.
detect_project_version_revision_hash
Detects and extracts the revision hash from a Unity project version.
detect_unity_project_dir
Detects a Unity project directory using default options.
try_get_project_version
Attempts to get the path to the Unity ProjectVersion.txt file if it exists.