louis030195 / niwrad

Distributed multiplayer sandbox evolution simulation
https://louis030195.github.io/niwrad
MIT License
16 stars 4 forks source link

Fix github workflow once Unity support Linux #2

Closed louis030195 closed 4 years ago

louis030195 commented 4 years ago

Is your feature request related to a problem? Please describe

Unity doesn't support Linux https://github.com/webbertakken/unity-actions/issues/84

Describe the solution you'd like

Push -> Github page offline scene WebGL

Describe alternatives you've considered

Build WebGL somehow and push manually

GabLeRoux commented 4 years ago

Unity doesn't support Linux

Can you be more specific? Do you mean Docker?

Ah I’m on mobile, I clicked on your issue and that’s your project 😅 good luck ahah

louis030195 commented 4 years ago

@GabLeRoux yeah, i mean I've been using unity on Linux for years, always issues, I can barely compile anything locally even with UI and the trick nographics with docker only fix tests in my case, build still broken

louis030195 commented 4 years ago

Might be caused by OpenGL stuff https://github.com/louis030195/niwrad/blob/49c15c12247fa58089ba4661f41b812cdf77dff2/Assets/Scripts/Player/UnitSelection.cs#L171

louis030195 commented 4 years ago

downgrade to 2019.1.4f1 fixed the issue