Marcel Wiessler

Results 85 issues of Marcel Wiessler

When context clicking in profiler and methods are in submenus the parent menu item does not visualize (checkmark) when all submenu methods are enabled

enhancement

Check why injection in some editor methods cause bugs, for example deep profiling in some IMGUI container events?! ```csharp NullReferenceException: Object reference not set to an instance of an object...

bug

- [x] On Component show list of methods - [ ] On Script MonoImporter - [ ] On Asmdef - [ ] On Folder?!

enhancement

Currently when deep profiling the callstack is captured and enabled/disabled depending on any calling method being active Example: If we patch two different ``Update`` methods and one of them has...

bug
enhancement

Before: ![image](https://user-images.githubusercontent.com/5083203/111626686-9a8f9780-87ee-11eb-8e24-2cfecd217581.png) After: ![image](https://user-images.githubusercontent.com/5083203/111626675-96637a00-87ee-11eb-98f8-7866254c255b.png) Does not happen when method is normally wrapped with ``Profiler.Sample`` calls ```csharp Profiler.BeginSample("test"); Debug.Log("Raycast"); Profiler.EndSample(); ```

bug

Hello, currently when ending the XRSession the renderer seems to be broken. It works as expected on device returning to the original rendering state https://github.com/meta-quest/immersive-web-emulator/assets/5083203/477f4b86-b2ca-46c1-a176-d51abc198134

Hi, thanks for working on this I have two questions regarding input: 1) I can't find an option for adding or removing controllers or hands at runtime. I'd like to...

Hello, I recently noticed a huge performance difference on Quest using trail particles - trail particles are currently very slow on Quest to the point where I can't really use...

Hello, is there a good way to get the `died` state of a particle from a behaviour? How should events be implemented that happen on particle death? My workaround for...