BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
813 stars 232 forks source link

Noob question installing the editor #372

Closed alFrame closed 2 years ago

alFrame commented 2 years ago

I am trying to get this up and running. Not a programmer, hence I was delighted to find an editor for BJS. So, I am sorry if this seems like a dumb question or problem :)

Now several issues came up.

Is there a step by step how to get the editor running on my machine?

julien-moreau commented 2 years ago

Hi @alFrame !

I'm sorry for that, can you tell me what's your machine configuration?

Clicking on the links you shared (http://editor.babylonjs.com/) work for me and I don't get any 404 :(

Using released or repository needs you to install all the necessary developers tools. I think that's what you don't want to I think we can find why you can't install the editor on your environment.

Because the package is not yet signed, maybe your antivirus is blocking the execution of the exe

alFrame commented 2 years ago

Hi @julien-moreau, Thanks for your reply!

I am on Intel running Windows 10 Pro. No anti virus whatsoever. Only Windows Defender. A dialog came up asking if I was sure I wanted to install the app, which I confirmed. But the nothing happened. No dialog came up and I did not find any process in the taskmanager.

Sorry for the confusion on the 404. The editor page does work. It's the download link at the end of the page that goes to 404: https://github.com/BabylonJS/Editor/tree/release/4.0.0

Thanks!

eherozhao commented 2 years ago

@alFrame For the 404 issue, it looks like the outdated documentation link issue. Feel free to contribute the fix if you want. For the installation issue, if you can right click the downloaded exe file and left click the open, will it be installed successfully?

alFrame commented 2 years ago

@eherozhao Thank you for chiming in. I don't think we're talking about the same link. It's not a link in the documentation. It's on the official editor page. I would not know how I can contribute there other than pointing it out. I think the link should go to the github page https://github.com/BabylonJS/Editor so people always get pointed to the main github page and then can download the latest.

I might also point out that none of the links work properly on the github page either. Right clicking and "save link as..." works, but has to be confirmed, which I have never ever seen. Might be a new protective measure by the browser :).

https://user-images.githubusercontent.com/27587287/167624107-fe12ac59-8e46-4aa5-941f-d5738662807c.mp4

Good news is that I managed to install it now by choosing "Run as Administrator".

Wohoo! I sure will have more questions. By making an editor you do attract artists that probably know little to nothing about programming. I hope I can be of help there to improve the editor.