I was developing a unity3d application that was interacting with an excel file using a u3d opensource package . It wa…
Read moreEver wonder how the magic events of unity Behavior work: void Awake () { } void Start () { } void …
Read moreYou may get dozen of errors like Library\PackageCache\com.unity.package-manager-ui@1.9.11\Editor\AssemblyInfo.cs coul…
Read moreUnity Packages Type Unity provides two kinds of packages verified and preview packages. Preview packages are in the de…
Read moreYou are often required to access a URL/API endpoint in order to get/post data or communicate to a web server. For this…
Read more