Operating system and application version
Describe the bug
I followed the tutorial to create a 2D module, which was working until I updated the code when the module was already loaded in modV. Then the code was not updated, but I saw this error message: Module registered with name "Circle" already exists.
To Reproduce
Steps to reproduce the behavior:
- Create a custom module
- Load it in modV
- Make a change to the custom module
- See that it doesn't update until you restart modV
Expected behavior
The module is updated without restarting modV
Additional context
Module code:
circle.js.zip
Operating system and application version
Describe the bug
I followed the tutorial to create a 2D module, which was working until I updated the code when the module was already loaded in modV. Then the code was not updated, but I saw this error message:
Module registered with name "Circle" already exists.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The module is updated without restarting modV
Additional context
Module code:
circle.js.zip