1. 框架基本结构 2. 单例模式基类模块
2.1 BaseManager.cs
using System.Collections;
using System.Collections.Generic;
using UnityEngine;public class BaseManager<T> where T:new()
{private static T instance;public static T GetInstance(){if (instance == …
Are all gen_swp_fb python dependecies installed?
In the build log it is present a fail of gen_swp_fb tool?
Steps:
Configure the VM according to proxy/no-proxy$ cd ../vrte/project/AraUCM_SwUpdate/gen_swp_fb/$ python3 -m pip install -r requirements.txtR…