Hyper Sonic
Hyper Sonic
@mlindner Any news on this? I'm writing a program that output music notes for tuning so it would be convenient for me to drop either a table of decimal frequencies...
@crs38c28 I couldn't make your userscript work with TamperMonkey, more exactly I installed the script which showed the platform filter panel correctly, but clicking on Update did nothing, all the...
Coming from https://github.com/Xrysnow/LuaSTG-x (@Xrysnow 's project which uses cLaTeXMath) and also encountered build issue because of DEBUG: > 1>...LuaSTG-x_release_20210528\frameworks\external\cLaTeXMath\src\src\core\formula.cpp(194,14): error C2589: '=': illegal token on right side of '::' 1>...LuaSTG-x_release_20210528\frameworks\external\cLaTeXMath\src\src\core\formula.cpp(194,17):...
I spot an error in the console log when importing the ASE: > [SwatchASEFile] File header did not match ASEF �� UnityEngine.Debug:LogErrorFormat (string,object[]) swatchr.SwatchASEFile:.ctor (byte[]) (at Assets/ColorPalettes/swatchr-master-2019-03-30/swatchr/InternalScripts/SwatchASEFile.cs:35) swatchr.SwatchASEFile:.ctor (string) (at...
OK, so let's consider the actual issue for now is only about UI feedback: "Start/stop recording macro is not grayed out when focusing search field"? Should I edit the title...
Yes, you are right, UNITY_EDITOR is set to true during the build, that is why you need UNITY_WEBPLAYER. I realized it after reading http://answers.unity3d.com/questions/604503/if-unity-editor-stuff-getting-called-at-runtime-as.html which was actually a question from...
I tried another strategy for one of my projects: remove Vexe files and all their dependencies down from BetterPrefs.cs until all errors disappear. And it works. However, you should not...
Confirmed on Ubuntu 22.04. Error displays, then app auto-closes (crashes) a few seconds later. Only happens the first time. Creating the project again (at least this same title) doesn't trigger...
Same situation, except I use sub-folder for more general categories. My current workaround is to fill ~/.config/appimagelauncher.cfg with: ``` [appimagelauncherd] additional_directories_to_watch = ~/Applications/Audio:~/Applications/Notes ``` But that's a lot of subfolders...
I tried to run Platformer 2D and it failed immediately due to API change in Game.gd. I could fix the pure script errors but the project is buggy after that...