#Enemy State not working
1 messages · Page 1 of 1 (latest)
There isn't enough code here to know what the problem is. Confirm that nothing else changes the state while the coroutine is running by adding logs to the coroutine and the ChangeState method. Also 👇
!code
Posting code
📃 Large Code Blocks
Use links to services like:
https://paste.mod.gg/, https://hastebin.skyra.pw/, https://paste.ofcode.org/, https://paste.myst.rs/
📃 Inline Code
Surround code with three backquotes. Not quotation marks.
To format as C#, add cs to the first line:
```cs
// Your code here
```
Add a comment with a line number if there is an error message.
I solved the problem :) but thank you, I take notes.