Closed juans-chainsafe closed 5 months ago
Will implement a JS function to hook around this after the marketplace. It's happening because webgl has limited system access due to its environment.
This is breaking Desktop builds as well
/Users/juanmanuelspoleti/Desktop/workspace/web3.unity/Packages/io.chainsafe.web3-unity/Runtime/Scripts/EVM/IPFS/IPFS.cs(65,33): error CS0234: The type or namespace name 'EditorUtility' does not exist in the namespace 'UnityEditor' (are you missing an assembly reference?)
/Users/juanmanuelspoleti/Desktop/workspace/web3.unity/Packages/io.chainsafe.web3-unity/Runtime/Scripts/EVM/IPFS/IPFS.cs(125,33): error CS0234: The type or namespace name 'EditorUtility' does not exist in the namespace 'UnityEditor' (are you missing an assembly reference?)
Make sure to work both for WebGL and Desktop
My mistake, assumed we checked over this in the last PR, will fix now.
Errors are fixed, just a lib issue mac side remaining, will create a seperate issue for it and merge so we can fix builds for now
Describe the bug Right now iPFS samples works for the editor and iOS build but we need to implement them to work in WebGL
Steps Steps to reproduce the behavior:
Expected behavior
Desktop (please complete the following information):