Introducción y configuración inicial
Bienvenida al curso
Cargando el proyecto
El sistema de UI de Unity
El sistema de UI de Unity
El componente Canvas
El Rect Transform
Componente de imagen
Máscaras y efectos
Cómo crear texto en Unity
Creando botones en nuestra interfaz
Otros elementos de UI
Auto layout
Scroll views
Canvas groups
Haciendo interfaces para el juego
Revisión de las interfaces del juego
Importando nuestros assets
Diagramación de la pantalla del título
Animando el fondo con shader graph
Agregando lógica a la pantalla de título
Diagramación de la pantalla de selección de nivel
Implementación pantalla de selección de nivel
Ajustando el sistema de interfaz
Mejora de la interfaz del juego
Implementando la interfaz del juego
Diagramando la pantalla de pausa
Implementando la pantalla de pausa
Mejorando la pantalla de Game Over
Diagramación de la pantalla de configuración
Implementación de la pantalla de configuración
Muestra final y conclusiones
You don't have access to this class
Keep learning! Join and start boosting your career
Unity offers easy-to-use tools to enrich the images of our interfaces by adding depth and dynamism. Two of the most used effects are shadows and outlines, which can be implemented directly from the Unity editor.
To add a shadow to an image in Unity, start by selecting the desired image. Then, add a new component looking for the "Shadow" effect. This effect allows you to add an external shadow to the image:
These basic but effective shadows allow you to customize and visually adjust your projects.
The Outline effect adds a line around the selected image, and is easy to apply:
These two effects, integrated in Unity, offer not only creative but also functional options by making user interactions visible in the interface.
Masks are a powerful tool for delimiting the visibility of elements. If you have ever used Photoshop, you will be familiar with the concept of covering a top layer with a bottom layer, showing only what is inside the top layer.
To mask an element, follow these steps:
This technique is especially useful in complex interfaces, such as an inventory panel, where only the elements within the panel should be visible.
The integration of effects such as shadows, outlines and masks offers versatile tools to enhance the visual customization of your Unity projects. Continue exploring and experimenting with these features to make your interfaces more attractive and functional!
Contributions 0
Questions 0
Want to see more contributions, questions and answers from the community?