JamesB 发表于 2022-6-22 21:41

【Unity】'ZipEntry' could not be found (are you missing a using directive or an as

刚从git上clone下来的项目,报错:

Assets/Plugins/AstarPathfindingProject/Core/Serialization/JsonSerializer.cs(486,3): error CS0246: The type or namespace name 'ZipEntry' could not be found (are you missing a using directive or an assembly reference?)

Assets/Plugins/AstarPathfindingProject/Core/Serialization/JsonSerializer.cs(15,19): error CS0234: The type or namespace name 'Ionic' does not exist in the namespace 'Pathfinding' (are you missing an assembly reference?)

在Building and setting中将平台切成安卓即可。

页: [1]
查看完整版本: 【Unity】'ZipEntry' could not be found (are you missing a using directive or an as