ImTani / godot-time-rewind-2d

Go back in time, in Godot.
https://godotengine.org/asset-library/asset/3283
MIT License
19 stars 1 forks source link

Editor Crash when Selecting Nested Resource Values for Rewind #3

Open mendieta opened 17 hours ago

mendieta commented 17 hours ago

Hey there, the plugin is amazing, thanks! There's an issue when selecting nested value, for example I have a Resource for the attributes of the characters, it holds health, mana, stamina, etc. The Resource itself hold more Resources, I select Attributes->Health->current_value and the editor crashes, I am unsure if an error is thrown since the editor crashes as soon as i click on confirm on the properties panel. Also, how did you configure the settings to rewind the animations for the attack and jump on your demo?

Thank you again!!

ImTani commented 8 hours ago

Thank you for bringing this to my attention! I will attempt to recreate the issue, although my current version of the plugin is quite different. I will test and fix it if the problem persists. As for the animations in the demo, I recorded the frame, orientation, and animation of the sprite, allowing it to play in reverse automatically.

ImTani commented 4 hours ago

@mendieta, I suspect the issue was caused by circular references. I have addressed this problem in a newer version of the plugin, which should be live in a few hours. Please test it then!