Cursors
public static class Cursors
Utility class to change game cursors. Recommended to use this to set your cursors instead of Unity default one, since RTS Kit handles cursors changes in-game.
Example
[SerializedField] Texture2D customCursor;
Cursors.SetCursor(customCursor);