This commit is contained in:
Kevin Kennedy 2018-01-19 14:56:29 -08:00
Родитель ae8db70199
Коммит 921e93db6c
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -9,10 +9,6 @@ public class LoadBundle : MonoBehaviour {
string bundleName = ".unity3d"; string bundleName = ".unity3d";
string assetPath; string assetPath;
void Start()
{
}
private void OnGUI() private void OnGUI()
{ {
@ -26,11 +22,6 @@ public class LoadBundle : MonoBehaviour {
} }
} }
void Update()
{
//transform.Translate(0, .01f, 0);
}
IEnumerator LoadTheBundle() IEnumerator LoadTheBundle()
{ {
if (Application.isEditor) if (Application.isEditor)