Zenternion
Zenternion
CC#
Created by Zenternion on 1/2/2023 in #help
❔ UNITY When I manually execute 2 functions it works but not when executing them from 1 function.
unity sometimes is just stupid
20 replies
CC#
Created by Zenternion on 1/2/2023 in #help
❔ UNITY When I manually execute 2 functions it works but not when executing them from 1 function.
@Duke
20 replies
CC#
Created by Zenternion on 1/2/2023 in #help
❔ UNITY When I manually execute 2 functions it works but not when executing them from 1 function.
IT WAS BECAUSE OF yield return new WaitForSeconds(0);
20 replies
CC#
Created by Zenternion on 1/2/2023 in #help
❔ UNITY When I manually execute 2 functions it works but not when executing them from 1 function.
HOLY SHEESH
20 replies
CC#
Created by Zenternion on 1/2/2023 in #help
❔ UNITY When I manually execute 2 functions it works but not when executing them from 1 function.
@Duke ???
20 replies
CC#
Created by Zenternion on 1/2/2023 in #help
❔ UNITY When I manually execute 2 functions it works but not when executing them from 1 function.
Same problem
20 replies
CC#
Created by Zenternion on 1/2/2023 in #help
❔ UNITY When I manually execute 2 functions it works but not when executing them from 1 function.
oh unity I forgot because unity doesent add using system
20 replies
CC#
Created by Zenternion on 1/2/2023 in #help
❔ UNITY When I manually execute 2 functions it works but not when executing them from 1 function.
The name 'thread' does not exist in the current context
20 replies
CC#
Created by Zenternion on 1/2/2023 in #help
❔ UNITY When I manually execute 2 functions it works but not when executing them from 1 function.
In initialize?
20 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
from hovering over the var
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
im getting nothing
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
for (int i = 0; i < transform.childCount; i++)
for (int i = 0; i < transform.childCount; i++)
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
why do you want to use getenumerator
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
visual studio code or community
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
I searched it up
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
Transform
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
k
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
I cant find anything on the docs
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
on a phone
42 replies
CC#
Created by Zenternion on 10/18/2022 in #help
InvalidCastException Specified cast is not valid.
public void DestroyCities()
{
for (int i = 0; i < transform.childCount; i++)
{
GameObject go = transform.GetChild(i).gameObject;
public void DestroyCities()
{
for (int i = 0; i < transform.childCount; i++)
{
GameObject go = transform.GetChild(i).gameObject;
found this
42 replies