loodakrawa / SpriterDotNet

A pure C# Spriter implementation
zlib License
220 stars 75 forks source link

Add Unity project settings based on Unity 2018.1.0f2 #94

Closed rfadeev closed 6 years ago

rfadeev commented 6 years ago

Set asset serialization mode to force text and reserialize scenes, prefabs and scriptable objects. Set version control mode to visible meta files.

Note that I removed packages/ from .gitignore since Unity introduced packages support and they must be considered as part of the project.

Closes #88.