示例#1
0
 void OnEnable()
 {
     if (m_bundleDataViewer == null)
     {
         BundleDataManager.Init();
         m_bundleDataViewer = new BundleViewer(this);
     }
 }