Closed AGulev closed 8 years ago
Hi @AGulev,
Thanks for the report! Editor2 development is moving quite quickly and we release new versions frequently, and it looks like you are on a version that was released just before we implemented support for custom resources.
Have you tried updating editor2? You should be seeing a popup alerting you that a new version is available.
Hi, @ragnard-king I have no update popup ( I tryed to restart editor few times (and have no "update" options in menu)
Regarding the popup window, could this be related to https://github.com/defold/editor2-issues/issues/61 ? My popup ended up behind the editor :/
@AGulev If you can launch defold in a terminal, there should be some output on the progress of the updater:
$ ./Defold.app/Contents/MacOS/Defold
Output goes to terminal and editor2.log in your working directory. Could you send editor2.log after the editor has been running for a little while?
thanks @ragnard-king When I start defold by "open Defold.app/Contents/MacOS/Defold " Defold was updated And yes, after uptade "sys.load_resource" solved
@AGulev Ok, great to hear!
Still slightly confused as to why you didn't receive any updates until now, but will investigate that separately so closing this issue now.
I try to run my project in new editor and recive message:
when I try to load json file:
Same code in editor1 works fine
Expected behaviour
json file should be loaded
Actual behaviour