EllanJiang / StarForce

This is a demo made with Game Framework.
https://GameFramework.cn
MIT License
881 stars 467 forks source link

下载无法运行 #7

Closed meichaoge closed 6 years ago

meichaoge commented 7 years ago

单独下载这个工程无法运行,缺少很多脚本...怎么解决

xiaoyupzy commented 6 years ago

很多代码提示找不到UnityGameFramework,无法编译

mutouzdl commented 6 years ago

把UnityGameFramework也下载,放到Assets下就可以编译运行了(运行gameframework场景,不要直接运行main场景)

gclsoft commented 6 years ago
Assets/GameMain/Scripts/Editor/StarForceBuildEventHandler.cs(9,25): error CS0535: `StarForce.Editor.StarForceBuildEventHandler' does not implement interface member `UnityGameFramework.Editor.AssetBundleTools.IBuildEventHandler.PreProcessBuildAll(string, string, string, string, int, string, UnityEditor.BuildAssetBundleOptions, bool, string, string, string, string, string, string)'

还是有报错啊