Skip to content

Commit

Permalink
Fixed Review Link in Wizzard wich led to old VRB Asset (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwellmann authored Jan 24, 2025
1 parent 3d53842 commit caafa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Editor/UI/Wizard/AllAboutPage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public override void Draw(Rect window)
GUILayout.Label("Review", BuilderEditorStyles.Header);
GUILayout.Label("If you like what we are doing, you can help us greatly by leaving a positive review on the Unity Asset Store!", BuilderEditorStyles.Paragraph);

BuilderGUILayout.DrawLink("Leave a review", "https://assetstore.unity.com/packages/tools/visual-scripting/vr-builder-open-source-toolkit-for-vr-creation-201913#reviews", BuilderEditorStyles.IndentLarge);
BuilderGUILayout.DrawLink("Leave a review", "https://assetstore.unity.com/packages/tools/game-toolkits/vr-builder-pro-toolkit-for-vr-creation-301706#reviews", BuilderEditorStyles.IndentLarge);

GUILayout.Label("Demo Scene", BuilderEditorStyles.Title);

Expand Down

0 comments on commit caafa10

Please sign in to comment.