Skip to content
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

Added project version in README.md #38

Merged
merged 3 commits into from
Dec 4, 2023
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ To run the build:
The build is only for windows however, you're out of luck if you run any other OS.

To open the Unity Project:
1. Make sure Unity is installed properly on your system.
1. Make sure Unity is installed properly on your system (the project is currently being developed in version: `2020.3.35F1`).
> Please note: If you do not have version `2020.3.35f1` installed, nor see the option to install it in Unity Hub, simply try opening the project in Unity Hub anyways. Unity Hub will prompt you to install the correct version.
2. Download the `graph renderer unity project` directory from the parent directory: [Unity_stuff](https://github.com/marmust/internet-scanner/tree/main/Unity_stuff)
3. Open the Unity Launcher.
4. Select: "Import and existing project" (The wording might have changed since the last time I used Unity 5+ years ago, but it should be similar).
Expand Down