DataDog / dd-sdk-unity

Apache License 2.0
11 stars 2 forks source link

feat: Add settings editor and serialization #2

Closed fuzzybinary closed 1 year ago

fuzzybinary commented 1 year ago

What and why?

Add an initial settings editor with serialization using ScriptableObject and .assets

Only adding vert basic settings for now to test that they can be serialized and deserialized properly.

Refs: RUMM-3153

Review checklist