任务13:012-打包AB包1
重点:
//编辑器下查找指定资源
AssetDatabase.FindAssets()
//GUID转文件路径
AssetDatabase.GUIDToAssetPath()
//显示进度小弹窗
EditorUtility.DisplayProgressBar()
//清理进度小弹窗
EditorUtility.ClearProgressBar()
数据类序列化为二进制,必须要加上序列化标记[System.Serializable]
报错“Type xxx is not marked as Serializable.”
讲Scriptableobject对象的序列化和反序列化。问题:发布后是否可读,用同样方式读?