Marcel Wiessler

Results 77 issues of Marcel Wiessler

**Describe the bug** Shortcuts described in getting started do not work (``CTRL+ALT+V`` or ``CTRL+SHIFT+R``) **To Reproduce** create a new project in 2021.1.1f1 on windows **Context** I'm using a german keyboard

Hello, below is a video of a 100 vertices plane simplified with ratios [0.5, 0.25, 0.125, ...] and an error of 1 It seems like the simplification is suddenly stopped...

enhancement
simplification

**Describe the bug** Applying e.g. draco compression to a .vrm file results in all resouces being externalized. The VRM is then saved as a glTF json (with the vrm extension)...

feature
package:extensions
package:core

This also happens when just using harmony with a prefix patch Reproduced here https://github.com/marwie/EntityComponentSystemSamples/tree/harmony-dependencymanager Possibly caused by struct + unsafe + partial? But could not reproduce outside of Unity. Maybe...

bug
thirdparty

in 2020.3.1f1 when removing patch on ``MySlowScript.Update`` in ProfilerWindow via Context Menu ```csharp Log at end UnityEngine.StackTraceUtility:ExtractStackTrace () UnityEngine.DebugLogHandler:LogFormat (UnityEngine.LogType,UnityEngine.Object,string,object[]) UnityEngine.Logger:Log (UnityEngine.LogType,object) (wrapper dynamic-method) UnityEngine.Debug:UnityEngine.Debug.Log_Patch0 (object) (wrapper dynamic-method) MyNamespace.MySlowScript:MyNamespace.MySlowScript.Update_Patch0 (MyNamespace.MySlowScript)...

bug

e.g. calls to ``RepaintAllViews`` should be highlighted as a known expensive method call in profiler

enhancement

See https://harmony.pardeike.net/articles/patching.html#commonly-unsupported-use-cases

bug
enhancement
thirdparty

Profiler data for expensive components or producing a lot of GC or making slow method calls (e.g. instantiate) could directly visualized in scene hierarchy or on component inspector

enhancement