_Template.cs 370 B

12345678910111213141516171819
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. using ToneTuneToolkit.Object;
  5. using ToneTuneToolkit.Other;
  6. namespace Dev
  7. {
  8. /// <summary>
  9. ///
  10. /// </summary>
  11. public class _Template : MonoBehaviour
  12. {
  13. private void Start()
  14. {
  15. QRCodeHelper.Instance.GetQRContent(Application.streamingAssetsPath + "/asd.jpg");
  16. }
  17. }
  18. }