Unity Engine WebGL Build Failed on Arch Linux

Subscribers:
395
Published on ● Video Link: https://www.youtube.com/watch?v=NmmqLVgyZtU



Duration: 0:24
199 views
4


If you are using the Unity Engine on Arch Linux and try to build a WebGL Application, you may encounter an error that will include a line that looks like:


"is not" with a literal. Did you mean "!="? newargs = [arg for arg in newargs if arg is not '']


Of course the actual console message is quite bigger. You just need to install ncurses5-compat-libs from AUR http://aur.archlinux.org/packages/ncurses5-compat-libs


Presented by https://www.game-designer-online.com