Ben1138 / SWBF2Phoenix

A re-implementation of the old Star Wars Battlefront II (2005) game, utilizing the Unity game engine
GNU Affero General Public License v3.0
73 stars 12 forks source link

liblua50 error on Mac #36

Closed pelayodc closed 11 months ago

pelayodc commented 11 months ago

When trying to build the project on Mac appears an error about liblua50-swbf2-x64 not found. There is an error with the file name. To solve this open LuaWrapper.cs:19 to const string LIB_NAME = "liblua50"; and copy the file called liblua50.dylib from SWBF2Phoenix/lua5.0-swbf2-x64/bin to Assets/Lib