Implemented new Lottie plugin, added AppSwitcher icon

This commit is contained in:
2025-11-06 14:27:44 +01:00
parent 3de3441a04
commit e7ff137d57
10 changed files with 321 additions and 8 deletions

View File

@@ -0,0 +1,10 @@
using UnityEngine;
public class AppSwitcher : MonoBehaviour
{
public void OpenAppSwitcher()
{
Debug.Log("I'm mr. frog, hello!");
}
}