-
Notifications
You must be signed in to change notification settings - Fork 199
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 Unity Intro #149
Added Unity Intro #149
Conversation
Hi! This is great introduction to Unity in general! |
I just read your comments on my Pull Request and yes, I would also recommend you adding a table of contents at the start of the page like i did! |
…, organized links in reference, added table of contents
I bolded keywords in my doc and also added a table of contents section. I think it's a good idea to add a section to talk about how to start making games at the end, to transition readers to start making something useful with Unity. However I think it would be kind of broad to talk about how to start making games in Unity in general. And there will be a lot stuff to write about which will make this doc very long. So I think I will provide links to tutorial video series that demonstrates how to make simple 2D and 3D games in Unity. |
Great! I think referring the readers to some videos is a great idea here! We can just keep this page clean and only focus on some basics. |
I've reread your page after you modified and I left some comments on some other parts. Could you take a look and let me know what you think |
I added a section for how to get started with making your first Unity game and provided video links for making 2D and 3D games. |
ohh I see. Yeah I agree with you that the links in reference are a bit messy, I will fix that |
I updated the reference links. Please have a look and let me know how they look now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! It looks much organized now!
Topics/Tech_Stacks/Unity_Intro.md
Outdated
|
||
#### License Activation: | ||
An activated license is needed to use Unity. When you sign in to the Unity Hub for the first time, you will be asked to add an active license. | ||
At the top of Unity Hub, click "Manage licenses". If you do not see this, you can manage licenses by clicking on the preferences (or settings) icon on the top of the left tab bar beside your account icon > then select the license tab in the window that pops up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe make "Manage licenses" bold here? It will be easier for reader to catch the keywords for clicking.
Same for the icons and other buttons that you mentioned below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated it
Topics/Tech_Stacks/Unity_Intro.md
Outdated
@@ -0,0 +1,98 @@ | |||
# Unity |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to name this page as Unity? Or do you have a better name for this?
From my understanding, this page introduce the basics of Unity, so you probably want to name it Introduction to Unity basics or something like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah your right. I updated it to "Introduction to Unity Basics"
At the top of Unity Hub, click **Manage licenses**. If you do not see this, you can manage licenses by clicking on the **Preferences (or Settings) icon** on the top of the left tab bar beside your account icon > then select the **license** tab in the window that pops up. | ||
Click **Add** to add a new license. | ||
You can choose to get a free personal license or get an educational (student) license by applying for the Unity student plan on [this website](https://unity.com/products/unity-student). | ||
<img width="650" alt="image" src="https://github.com/ruiting-chen/learning-software-engineering.github.io/assets/51133017/ffddd0e9-cc10-451b-9dca-b92edee2c1bd"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here are some formatting issues. Could you correct it?
Topics/Tech_Stacks/Unity_Intro.md
Outdated
|
||
https://docs.unity3d.com/Manual/VisualStudioIntegration.html#:~:text=Unity%20automatically%20uses%20Visual%20Studio,into%20an%20existing%20Unity%20installation. (Unity Manual) | ||
|
||
https://getalow.com/unity-engine/introduction-to-unity-editor-and-unity-interface/16 (Introduction to Unity Editor and Unity Interface) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the reference here, all the links seem a bit messy. Would you consider change it to hyperlinks attached to the your sentence in the brackets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the format
One last thing before merging this PR, do we need to add the name of this page to the readme file on the wiki? |
I'm not sure if we need to add the name to the readme file. I will read the handout again. If I can't find information about it, I will ask on piazza |
I think it's in the FAQ
|
I added the page name in readme and Tech_Stacks.md |
Great! I think there is no conflicts with the main branch and it is ready to merge! |
ok! i will merge the pull request now |
Added page for a basic introduction to Unity
Information on the page includes:
@arielchen07 please review