Why is there no Offset Z in my Unity?
I'm trying to learn Unity through videos on YT but on the other hand the videos I watch don't have Offset Z in my TextMesh Competent.
Actually, my Kompetent isn't called TextMesh, but TextMesh-pro, and it looks completely different. How can I solve this problem?
TextMesh Pro is the more modern version of TextMesh and has a different user interface. Some options such as the offset Z value are not always directly visible or exist in other form. If you want to move the text along the Z axis, you can do it directly via the RectTransform of the GameObject or customize the camera in such a way that the effect is similar. If the tutorials are based on TextMesh, it may be that there are shown options that are otherwise called or otherwise placed in TextMesh Pro.