Hello,
This is an expected behavior due to how events like this work, but some times it is also not the indented one as well. 🙂
For an easier alternative fix to your code, please open up ConditionTask.cs instead and change method YieldReturn line #71, to the following:
1
2
3
4
5
6
7
8
protectedvoidYieldReturn(boolvalue){
if(isActive){
yieldReturn=value?1:0;
StartCoroutine(Flip());
}
}
Let me know if that works for you.
Thanks!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.