Results 5 issues of tgaldi

**Integration with Visual Studio** I would like to be able to bind TeamFoundationContextMenus.MergeContextMenu.SetFocusonResultWindow to a VsVim command. In Visual Studio, you cannot remap the shortcut for this (Alt-2). I have...

It is recommended not to use the [Resources ](https://docs.unity3d.com/Manual/BestPracticeUnderstandingPerformanceInUnity6.html) folder. I've moved the Editor resources to a [ScriptableSingleton ](https://docs.unity3d.com/2020.1/Documentation/ScriptReference/ScriptableSingleton_1.html)and use the full path to the terrain splat texture in the...

The new HDRP pipeline currently only seems to support instance meshes for terrain details. The following needs to be added to `HEU_TerrainUtility.ApplyDetailLayers()`: ``` #if UNITY_2021_2_OR_NEWER if( detailPrototype.usePrototypeMesh ) detailPrototype.useInstancing =...

Is there a way to use multiple file selection like in FZF with the -m command (and hitting tab for selection)?

Hey - I'm trying to link to inkcpp_c.lib and running into unresolved external symbols (attached). Any help would be very much appreciated! [external_symbols.txt](https://github.com/user-attachments/files/23940074/external_symbols.txt) I also tried building a dynamic library...