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
Hello! I tried to use this in the WebGL target with and without the BetterStreamingAssets package and I can't make it work.
I think it is probably because StreamingAssets in web need to be loaded using UnityWebRequest but I don't understand how to use that with the included Converters.
Is there a converter that I can just feed the string containing my csv and it just works? 🤔
Some more info: I don't see any network request to download the assets, The error I am getting is Failed to find sheet: Constants when trying to run the line Debug.Log(Sheet.Constants.Count);
The text was updated successfully, but these errors were encountered:
Hello! I tried to use this in the WebGL target with and without the
BetterStreamingAssets
package and I can't make it work.I think it is probably because StreamingAssets in web need to be loaded using UnityWebRequest but I don't understand how to use that with the included Converters.
Is there a converter that I can just feed the string containing my csv and it just works? 🤔
Some more info: I don't see any network request to download the assets, The error I am getting is
Failed to find sheet: Constants
when trying to run the lineDebug.Log(Sheet.Constants.Count);
The text was updated successfully, but these errors were encountered: