Posts by Ed.unity • 13 points
2 posts
-
0
votes0
answers42
viewsQ: How to verify that the user has completed the video on Admob for Unity?
Code: using UnityEngine; using System.Collections; using System.Collections.Generic; using GoogleMobileAds.Api; using UnityEngine.UI; public class AdmobScript : MonoBehaviour { int CoinOld; public…
-
0
votes1
answer731
viewsQ: How to put Character limit in Text (script)
I would like to limit the text that appears to the user... Inputfield for the user to write the text ,and make the final text receive the text from Inputfield... (wanted to add reticence ( ... ) at…