Posts by Gabriel Aguiar • 11 points
1 post
-
1
votes0
answers24
viewsQ: I cannot instantiate an object from an Assets(Asset Bundle) package
using System.Collections; using System.Collections.Generic; using System.IO; using ModIO; using UnityEngine; public class ModScript : MonoBehaviour{ public string bundleName = "modbundle"; private…