Question by
Firasar · Jun 21, 2019 at 09:33 AM ·
unityeditorruntime3d modelssqldatabase
Change object Color during runtime
Hi,
I am new to Unity :) , I am C# developer. I have been working on testing unity for small period of time.
I am wondering on how I can push information to the unity game from a Database (SQL) during run time.
In simply I have a database with objects names with a status (1, 0 ) of an object. I want to change the color of the object during runtime if the status in the database is changed.
Please note that I am using window 10 and unity 2018.
Comment