Search Unity

Question error CS0246

Discussion in 'Getting Started' started by GamerV4, Jul 13, 2021.

  1. GamerV4

    GamerV4

    Joined:
    Jul 9, 2021
    Posts:
    9
    I'm trying to use:
    using MunePause;
    And Unity says: The type or namespace name 'MunePause' could not be found.
    But, when I check my other script, I can't see any error:
    public class MunePause : MonoBehaviour

    I need a quick answer'-'.