tonymtz / project-x

1 stars 1 forks source link

Save scenes as text #10

Open tonymtz opened 8 years ago

tonymtz commented 8 years ago

A friend told me that it's possible to save scenes as text instead of binary. This might be useful when working on teams. I found this on internet:

http://answers.unity3d.com/answers/497598/view.html

A penny for your thoughts @Ucamo

Ucamo commented 8 years ago

I feel that for this project in particular it's just not worth it, we are not that many developers to have that kind of conflict and the scenes and prefabs are not that complicated to justify the conversion, Overlap 2D make this kind of behavior, export a scene to jSON and can be used in diferent engines, but we are working with tilemaps. I think we need to make something that works first, then we can optimize.

Also, we need deadlines.