{ How to solve "GUITexture is obsolete" in Unity } - 2 examples

Опубликовано: 06 Октябрь 2024
на канале: GDT Solutions ES
10,154
145

In this video we see how to fix the "GUITexture is obsolete" error that started appearing some time ago. We will see two situations where this error appears, one of them is in the ForcedReset script of StandardAssets and the other is in the KeyInput script of a Unity tutorial within the Beginner Scripting learning project.

This is the tutorial that presents the problem:
https://learn.unity.com/tutorial/getb...

The error GUITexture is obsolete indicates us that the GUITexture component was removed from the engine and we must replace it by another component called Image, this component is inside the namespace UnityEngine.UI.

____________________________________________________________
LINKS

Portfolio: https://gamedevtraum.com/en/portfolio...

LinkedIn:   / gamedevtraum  

Downloads: https://gamedevtraum.itch.io/

Contact:   / gamedevtraum  
____________________________________________________________

#EN