YOU HAVE TO ADD A FIREWALL EXCEPTION ON WINDOWS SINCE, BY DEFAULT, WINDOWS BLOCKS UNITY EXECUTABLES' HTTP REQUESTS / TIENES QUE AñADIR UNA EXCEPCION DE FIREWALL EN WINDOWS PARA QUE EL EJECUTABLE DE UNITY FUNCIONE CORRECTAMENTE CON LOS HTTP REQUEST
MyL Example Project is intented to be a showcase of programming skills in order to apply to a non-specific job.
- Decide on
folder hierarchy
and addfolder's structure
for the project. - Create 5 different scenes.
Main Menu
.Basic Programming Skills
.Graphics
.Communication
.ScriptableObjects & Logic
.
- Scene 0:
Main Menu
-
- Add Tittle, 4 buttons - "Main Menu", "Basic Programming Skills", "Communication", "ScriptableObjects" - (each one to go to respective scene).
-
- Add
loading screen
behaviour when loading new scene.
- Add
- Scene 1:
Basic Programming Skills
-
- Add Chair, Table, Butter, robot (Rick & Morty's).
-
- Add robot's personality.
-
- Create/Decide on proper
dialog system
.
- Create/Decide on proper
-
- Add "question & answer" to proper
data structure
.
- Add "question & answer" to proper
- Scene 2:
Graphics
-
- Download and Add
Sci-Fi Vehicles
.
- Download and Add
-
- Add them to
2nd scene
.
- Add them to
-
- Decide on how to divide scene screen in 3 parts.
-
- Add
Ambients
to scene (Changinglights
, adding vfx -Particule System
in this- andpost Processing effects
). -
-
Sunny Day
.
-
-
-
Cloudy/Rainy Day
.
-
-
-
Full Moon Night
.
-
-
-
Bloody Night
.
-
- Add
- Make a "Build" folder and makes and exe file of project.
- Check exe file open at 1280x720 by default without Unity's default configuration screen.
- Scene 1:
Basic Programming Skills
-
- Add "question & answer" to proper
data structure
.
- Add "question & answer" to proper
- Scene 3:
Graphics
-
- Usage of Google Maps Geocoding (GMG) API. Querying
latitude
andlongitude
byaddress
.
- Usage of Google Maps Geocoding (GMG) API. Querying
-
- Usage of Google Maps API. Show a Map with a marker by getting
latitude
andlongitude
of a place from GMG query.
- Usage of Google Maps API. Show a Map with a marker by getting
-
- Decide on how to show
Latest Posts
andComments
.
- Decide on how to show
-
- Usage of REST API with Unity3D by querying
https://jsonplaceholder.typicode.com
.
- Usage of REST API with Unity3D by querying
- Scene 4:
ScriptableObjects & Logic
-
- Usage of bitwise for property & habilities and of a "Mitos y Leyendas" Card.
-
- Usage of
ScriptableObjects
to create new instance of cards with their own configurations.
- Usage of
-
- Usage of events with
ScriptableObjects
to:Increase damage
,Decrease damage
,Destroy
.
- Usage of events with
Latest Update
- Because of time:
- Couldn't finish Scene 01 questions and animations, but most of it is done.
- Couldn't finish Scene 04 Usage of events with
ScriptableObjects
to:Increase damage
,Decrease damage
,Destroy
.