@@ -25,17 +25,17 @@ public class WelcomeWindow : EditorWindow {
25
25
/// <summary>
26
26
/// Title of the window (shown in the Unity UI).
27
27
/// </summary>
28
- private const string WINDOW_TITLE = "Welcome to Poly Toolkit" ;
28
+ private const string WINDOW_TITLE = "Welcome to Icosa Toolkit" ;
29
29
30
30
/// <summary>
31
31
/// Texture to use for the welcome image.
32
32
/// </summary>
33
- private const string WELCOME_TEX = "Editor/Textures/PolyToolkitWelcome .png" ;
33
+ private const string WELCOME_TEX = "Editor/Textures/IcosaToolkitWelcome .png" ;
34
34
35
35
/// <summary>
36
36
/// URL for online documentation page.
37
37
/// </summary>
38
- private const string ONLINE_DOCUMENTATION_URL = "https://developers.google.com/poly/develop/unity " ;
38
+ private const string ONLINE_DOCUMENTATION_URL = "https://api.icosa.gallery/v1/docs " ;
39
39
40
40
private const int DEFAULT_WIDTH = 500 ;
41
41
private const int DEFAULT_HEIGHT = 500 ;
@@ -87,14 +87,14 @@ public void OnGUI() {
87
87
88
88
guiHelper . BeginArea ( new Rect ( PADDING , WELCOME_TEX_HEIGHT + PADDING ,
89
89
position . width - 2 * PADDING , position . height - 2 * PADDING ) ) ;
90
- GUILayout . Label ( "Welcome to Poly Toolkit!" , EditorStyles . boldLabel ) ;
90
+ GUILayout . Label ( "Welcome to Icosa Toolkit!" , EditorStyles . boldLabel ) ;
91
91
GUILayout . Label ( "Version: " + PtSettings . Version ) ;
92
92
GUILayout . Space ( 10 ) ;
93
93
94
94
GUILayout . Label (
95
- "This toolkit allows you to import assets from Poly into your project " +
95
+ "This toolkit allows you to import assets from Icosa Gallery into your project " +
96
96
"at edit time and at runtime.\n \n " +
97
- "The Poly Toolkit window was added to your editor. You can use it as a separate " +
97
+ "The Icosa Toolkit window was added to your editor. You can use it as a separate " +
98
98
"window or dock like any tool window. If you close it, you can access it again " +
99
99
"from the Poly menu.\n \n " +
100
100
PolyInternalUtils . ATTRIBUTION_NOTICE + "\n \n " +
0 commit comments