public void Setup() { _root = $"{Application.streamingAssetsPath}"; _service = new SaveService(); _service.Init(_root); }