Hi,
Everything was going great, and working well until I finished section 15 of the 3D RPG tutorial. I am very new to all of this, and was hoping someone might be able to help out?
There is no error... it just kinda freezes at the end of the battle when displaying the victory status. I can't click through or anything. Tried to include a screenshot, but I can't apparently.
(I have my audio muted because I am at the library, so I am uncertain what is happening on the audio)
Any help is greatly appreciated!
And beating the Snake doesn't display one at all.
I will dig into those tomorrow (limited work time at library), but if anyone happens to have a guess, I will welcome it.
Again, any and all help super appreciated!
If it's frozen, there might be an issue in one of your schematics, since it's during the battle gains collection, it might be the battle end schematics (or the death schematics). E.g. check if you created a loop in your nodes, e.g. one node connecting back on itself or a previous node and nothing to break that cycle.
If not frozen, check the battle end schematic and battle end setup (Battles > Battle End) against the tutorials. You can also add debug output using the Unity Console node in your schematics and see how far you get that way - or use the live debugging to see what's going on in the running schematic.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
I honestly can't tell. It doesn't seem that things are completely frozen so much as I can't click through. I don't see a display at all with the snake, so I am guessing I messed up something.
After enabling that auto debug, I managed to run into another snake on my first go (lucky!) and it displayed this. I can barely understand what it is saying.
Cancelling Display Dialog: This should not be called when a View's DrawRect Method is in progress
UnityEditor.EditorUtility:DisplayDialog (string,string,string,string)
GamingIsLove.Makinom.Editor.MakinomEditorWindow:DoCheckChangesToSchematic ()
GamingIsLove.Makinom.Editor.MakinomEditorWindow:OnGUI ()
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Then I ran into a second snake. Nothing.
Then I ran into a Wasp again and am stuck on the reward display box again.
I will now follow your other instructions. TY again!
I tried testing the Snake, but I actually died... and then it just stopped... nothing appeared, the battle didn't end... the snake just sat there gloating over my corpse!
Though I notice that my poison status effect from the wasp is staying after the battle. Upon entering another battle with it, I am immediately poisoned. Is that normal?
I am starting working on the Elemental attacks now. I have checked everything and don't see what's going wrong and I don't quite get that error I received. I am very new to all of this! Sorry if I am missing something obvious. >.<
this error:
Cancelling Display Dialog: This should not be called when a View's DrawRect Method is in progress
UnityEditor.EditorUtility:DisplayDialog (string,string,string,string)
GamingIsLove.Makinom.Editor.MakinomEditorWindow:DoCheckChangesToSchematic ()
GamingIsLove.Makinom.Editor.MakinomEditorWindow:OnGUI ()
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
Appears when I try to go into schematics. I can no longer access the schematics tab in the editor. >.<
Managed to figure this one out on my own!
Still not sure what's going on with that wasp/snake issue, but my workaround seems to... work.
I do have a big red error every time I load the game though.
What error do you get when loading the game?
Also, the other error (cancelling display dialog), when does this happen?
Regarding the snake/wasp issue, I might need a Unity test project to check this out. Might be a bug, might just be a setup issue :)
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!