Example #1
0
    private void Start()
    {
        _selfButton = GetComponent <Button>();
        _commercial = FindObjectOfType <RewardedVideoAds>();

        StartCoroutine(InteractableChecker(_isCanScipCommercial));
    }
Example #2
0
    private void Start()
    {
        _commertial    = FindObjectOfType <RewardedVideoAds>();
        _initCount     = 0;
        _rewardedCount = 0;

        StartCoroutine(Show());
    }