Links



Unity Technologies Offline Docs unityhelp
https://docs.unity3d.com/Manual/OfflineDocumentation.html

Unity 2019 Portable unity-2019-portable https://thehouseofportable.com/2283/unity-portable/

iUnityG Youtube Channel iunityg-youtube-channel
https://www.youtube.com/watch?v=dwcT-Dch0bA&list=PLSMmdovKGJ_0MsFg3D5pueDCrbwteCGzr

The Ultimate Beginners Guide To Game Development In Unity

https://www.freecodecamp.org/news/the-ultimate-beginners-guide-to-game-development-in-unity-f9bfe972c2b5/

Brackeys Channel brackeys-channel

https://www.youtube.com/user/Brackeys

Scrolling Background ( Unity 2D ) + Script scrolling-background-unity-2d-script

https://youtu.be/FQTuA_0_vhU

How to get started with Unity3D - For Beginners

https://youtu.be/XDAYS-qYe6Y

2D Game Unity Tutorial link https://learn.unity.com/project/2d-game-kit

Unity Tutorial: Hello World for iOS unity-tutorial-hello-world-for-ios

https://medium.com/@defuncart/unity-tutorial-hello-world-for-ios-f9a76b651269

10 Best Unity Tutorials, Courses & Training [2019]

https://digitaldefynd.com/best-unity-courses/

Top 5 Unity Courses 2019 top-5-unity-courses-2019

https://javarevisited.blogspot.com/2019/04/top-5-unity-game-development-and.html

Variables between scripts

 If we want to access one variable (int data) from an external script, we must do: 1-ORIGINAL ONE.cs     public static int data = 0 ;  2-...