jmickle66666666 / DoomUnity

Unity libs for working with Doom, also my Doom engine: NaSTY
87 stars 7 forks source link

Phase out JsonUtility #60

Open jmickle66666666 opened 6 years ago

jmickle66666666 commented 6 years ago

I've added the SimpleJSON library, for better json loading support (unity's JsonUtility is not very useful)

It's not super important as it currently all works fine, but it's better to be consistent.