Skip to content

Updating the HelloWorld instructions Player Settings #811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/tutorials/helloworld.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ public class NetworkCommandLine : MonoBehaviour

9. Paste the copied code into your code editor.
1. Save your changes. Your script will reload in the Unity Editor.
1. Back in the Editor, select **File** > **Build Settings** > **Player Settings...**. Beneath **Settings for PC, Mac, & Linux Standalone**, click **Resolution and Presentation** to open the section options.
1. Back in the Editor, open **Edit** -> **Project Settings**
1. Select the **Player tab**.
1. Expand the **Resolution and Presentation**.
1. From **Resolution** > **Fullscreen Mode**, change `Fullscreen Window` to `Windowed`.
1. Back to the Editor main window, save your scene.

Expand Down