Transporter

Results 54 comments of Transporter

- https://github.com/aras-p/hlsl2glslfork/pull/36 - https://github.com/aras-p/hlsl2glslfork/pull/50 - https://github.com/aras-p/hlsl2glslfork/pull/52 - https://github.com/aras-p/hlsl2glslfork/pull/57

Unfortunately, this is not working. The windows do not stay open. Very sad, then I have to remove the library and install the old-fashioned toolbar.

``` function Get-UnityHubLocation { return (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Unity Technologies\Hub').InstallLocation } function Get-UnityInstallPath { $installPath = (Get-UnityHubLocation)+'\Editor' if(Test-Path ($env:APPDATA+'\UnityHub\secondaryInstallPath.json') -PathType Leaf) { $tmp = Get-Content ($env:APPDATA+'\UnityHub\secondaryInstallPath.json') if($tmp) { $installPath = $tmp.Substring(1,...

Wonderful! Thank you very much! Why not create a PR to update the gpr library? I have already started updating expat, zlib, xmp, and cJSON. I have also included your...

> This may be due to the imperfections of the gcc 10/11 software. Not necessarily. The code is partly written very sloppily and contains numerous errors. Example: https://github.com/gopro/gpr/blob/e956c5961b5f046a6fda1b2f428b7718e9008122/source/app/common/argument_parser/argument_parser.cpp#L88 The function...

My suggestion: It would be nice if the build process would work without symbolic links. Under Windows, you need admin rights for this - which you don't necessarily have in...

It would be handy to be able to run an external script/program on such notification events or enable some other form of external interaction (HTTP request, TCP/UDP, etc.). I would...

> I saw that NSIS has a slack, it might help to ask around if there's some way to only perform a few steps. If not, maybe a future version...

Giving admin rights to all users in larger networks is quite dangerous, regardless of the operating system. From Windows on your home computer you are the only user who is...

> Windows installer/binaries (Difficulty: unknown) Just compress the build artifacts in a zip archiv ;-) > FYI, vcpkg can be exported package to a zip file by vcpkg export pcl...