You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After generate Google sheet and press Download button, nothing happened
I only success 2 times but most time it failed
I use debugger confirmed that I do received data and write into target ScriptableObject
But even we set it to Dirty and call AssetDatabase.SaveAssets() didn't solve it
Finally, I add targetObject.Update() before targetObject.ApplyModifiedProperties() inside BaseGoogleEditor.OnInspectorGUI()
And this solved this issue
This is first time I meet this issue
I already used this tool for 2 year and tried on 2019.3.3 & 2018.x, 2017.x, it usually works perfectly
The text was updated successfully, but these errors were encountered:
I'm using Unity2019.3.13f1
After generate Google sheet and press Download button, nothing happened
I only success 2 times but most time it failed
I use debugger confirmed that I do received data and write into target ScriptableObject
But even we set it to Dirty and call AssetDatabase.SaveAssets() didn't solve it
Finally, I add targetObject.Update() before targetObject.ApplyModifiedProperties() inside BaseGoogleEditor.OnInspectorGUI()
And this solved this issue
This is first time I meet this issue
I already used this tool for 2 year and tried on 2019.3.3 & 2018.x, 2017.x, it usually works perfectly
The text was updated successfully, but these errors were encountered: