UnityVersion
Data class to represent the Unity version.
This class encapsulates the components of a Unity version, which typically includes the year, major version, minor version, and an optional patch version suffix.
Parameters
year
The year of the Unity version, represented as a 4-digit integer.
major
The major version number, represented as an integer.
minor
The minor version number, represented as an integer.
patch
The patch version with optional suffix, represented as a string.
Properties
Functions
Link copied to clipboard
Converts the UnityVersion object to a string in the format "YYYY.M.mfX".