Editor icon indicating copy to clipboard operation
Editor copied to clipboard

Community managed visual editor for Babylon.js

Results 78 Editor issues
Sort by recently updated
recently updated
newest added

Example of templates: * FPS WebXR

feature

Adds tooltip property for all inspector input fields. Also includes a little bit of refactoring to make AbstractInputComponent more consistantly used. I plan on adding tooltip to `@visibleInInspector` options once...

Links the type of inspector field ("number", "string", "KeyMap" ... ect) to the defaultValue type and options it has. For insance; ```typescript @visibleInInspector("sriring", "name", 42, { max: 3 }) ```...

Very simple change making it easier to identify why inspector window wont load. to test just throw an error in some inspector window or its fields then try to load...

Please BabylonjsEditor add multi language support ! like ![image](https://user-images.githubusercontent.com/5111701/187585536-3871b4b4-5236-4b6d-b081-9678e5e74ca2.png)

![image](https://user-images.githubusercontent.com/5111701/185069202-a6943fd0-c7e2-4563-aa99-aebdf6b018b1.png) It is too troublesome to use .

Issue: after saving (ctrl + s) or (file > save) .gui file does not contain the following properties : After more debugging I noticed that the properties are actually being...