Posts by Java Coffee • 1 point
1 post
-
0
votes1
answer661
viewsQ: Cannot implicitly Convert type error
I’m having a mistake CS0029, Cannot implicitly Convert type int' toUnityengine.UI.Slider' How can I fix it? First Code: using System.Collections; using System.Collections.Generic; using UnityEngine;…