ARTICLES AND DOWNLOADS
I have created more than 300 videos for the channel and written more than 500 articles for this site.
Content in which I share technical knowledge about 3D modeling, programming and development with Unity.
Basic Unity Management
Content on the basics of the Unity engine, for example understanding the order of execution of the instructions or the characteristics of each component.
- About COMPONENTS in Unity
- What is and how to apply Occlusion Culling in Unity
- How to write a Text Mesh Pro text from Script in Unity
- How to know if a GameObject is ACTIVE or INACTIVE in Unity
- How to compile game or WebGL application in Unity, Testing, Possible errors
- How to compile a Unity project for Windows
Unity Solutions
Here you will find solutions to common and not so common problems in Unity, some of them include downloads.
- How to save and load a VECTOR2 and VECTOR3 with PlayerPrefs in Unity
- How to change the CURSOR IMAGE on MOUSE HOVER over UI ELEMENTS in Unity
- How to exit the game in Unity with confirmation dialog
- Unity, how to compile 32-bit and 64-bit App for Google Play — IL2CPP Error
- What is a REFERENCE in programming
- Volume control system for music and sound effects for Unity
- Joystick Prefab to use in Unity — For Android and PC
- Teleport objects in Unity — Teleportation System to download and import
3D modeling with Blender
This section contains articles about Blender, for example creating animation bones and linking them to a model in order to animate it.
- In which FORMAT can you export from Blender to Unity
- 10 useful tips and tricks for Blender (with videos)
- How to CONNECT an object to ANIMATION BONES in Blender
- How to create an ANIMATION SKELETON in blender — ARMATURE
- How to SPLIT and COMBINE WINDOWS in Blender
- How to ADD and REMOVE EDGE LOOPS in Blender
- How to change the measurement units in Blender
Programming
Programming theory, problem solving and algorithm implementation are the basic topics of this section. Programming is the key to develop with Unity.
- What is RUNTIME in programming — Example in Unity
- What are Scripts and what are they for? — Example of use in Unity
- { What is a LOOP in programming } — Programming theory
- What is a BOOLEAN? — Programming theory
- { STRING type variables } — Programming theory
- What is the SYNTAXIS in programming? — Programming theory
- What is a FLOAT? Floating Point Variables — Programming Theory