We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7233a4d commit 6307bf8Copy full SHA for 6307bf8
Assets/SceneViewFovControl/Editor/Settings.cs
@@ -11,7 +11,7 @@ static class Settings {
11
static SettingsData data = new SettingsData();
12
static SettingsData loadedData = new SettingsData();
13
14
- public const string VersionString = "0.1.6";
+ public const string VersionString = "0.1.7";
15
public const string MenuItemName = "Edit/Scene View FoV Settings";
16
public const string EditorPrefsKey = "UTJ.UnityEditor.Extension.SceneViewFovControl";
17
0 commit comments