Hi
I Am Making A Game In Which I Want A Game Object With A Script That Enables, Disables And Then Enables Other Game Objects Continuously (on a loop). I’ve Tried By Invoke Function, But It Doesn’t Work.
So I Was Wondering If You Guys Know How To, Can You Help Me Out Please?
Thanks.
Could you post some code to show what you tried with Invoke function ? It’s hard to tell what isn’t working without any code to read. Maybe you want to use a Coroutine instead of Invoke, depending on what you try to achieve.