So after adding assets to a group in the addressables window, using c#, the group created is empty, but if I close and open the tab the group has assets, I assume I am not refreshing the data for the window. After adding the assets to the group I tried :
AssetDatabase.Refresh();
and
EditorUtility.SetDirty();
Is there something else I could use?
Thank you