Example #1
0
    // Start is called before the first frame update
    void Start()
    {
        Application.targetFrameRate = 60;

        FloatingTextController.InitializeFloatingText();

        AudioHelper.PlayClip2D(levelMusic, 0.2f);
    }