KucherenkoSerhiy / Microworld

4 stars 0 forks source link

Look for ways to track changes of Scenes #18

Open scastlara opened 6 years ago

scastlara commented 6 years ago

Git is clearly unable to track changes to unity scenes. The asignee has to find a way for us to able to share scenes without destroying them with each commit.

adriaaula commented 6 years ago

It is possible to find some information here:

https://robots.thoughtbot.com/how-to-git-with-unity

I will take a look here and find more info about it

adriaaula commented 6 years ago

The problem with the scenes that we have seen is that some of the public variables (e.g initial Jumforce) is not shared in the scene.

In this pull please check that! For example, P1 should be able to WallJump. Very imporant since if this is true it is a real pain in the ass.