GUILayout.Label(@"This wizard will help you set up your project so you can use and customize scripts.",Styles.body);
}
staticvoidInputSystemPage()
{
GUILayout.Label("Input System package detected",Styles.title);
GUILayout.Space(12);
GUILayout.Label(@"It seems that you have the Input System configured for your project. In order to make it work with the UI Event Manager, we can create a configured prefab for you.",Styles.body);