Ludzilla by highlyinteractive 2015-08-24T02:14:00
Unity web player doesn't work on Linux.
Foon → Ludum Dare Explorer → Users → mceier
| Year | LD | Theme | Game | Division | Rank | Ov | Fu | Th | Co | |
|---|---|---|---|---|---|---|---|---|---|---|
| 2015 | 33 | You are the Monster | Monstrous | compo | 904 | 2.41 | 2.53 | 2.84 | 66 |
Unity web player doesn't work on Linux.
Had problems with moving (on Linux, dunno about other platforms)... character never stopped after pressing W.
Yes, it's only for linux, sorry. I don't use other platforms.
BTW. It seems that the shader that draws the level works differently on Intel graphics card than on nvidia, making level invisible. Dunno about AMD cards.
I was developing and testing with nvidia card.
@texus: Yeah, I know, but that would probably require whole code redesign. Which I may do after LD, since this is not the only issue that would require redesign.
@approxx: That's interesting ;) RUST_BACKTRACE=1 can be used to provide backtrace (but if it doesn't work, gdb should be used).
I don't know what could cause this crash. I guess that either rust generated some instructions not available on generic i686 or one of the libraries is not safe to use on some platforms. The backtrace may help fix this.
You could also try to recompile the game from source.
If you have rust and cargo installed, it's matter of running "cargo run --release" in repository directory.