pub fn load_unity_file<P>(path: P) -> Result<UnityFile, BinaryError>where P: AsRef<Path>,
Parse a Unity binary file from a filesystem path.