0
Answered
S7 plc i want to show on scene value from the controller
Hello , i want to show value from the controler as a text on scene , how i can do that?
Answer
Answer
Answered
Hello,
you need to do it with a little script that takes Signal.Value and which is putting this into a Unity UI text box.
I am sorry, but we can't provide for free support. You should learn more about Unity basics and C# scripting if you want to take full advantage of the flexibility of Unity.
Unity UI is described here:
https://docs.unity3d.com/Packages/com.unity.ugui@1.0/manual/index.html
Customer support service by UserEcho
Hello,
you need to do it with a little script that takes Signal.Value and which is putting this into a Unity UI text box.