Jonathan Dent
Jonathan Dent
So i could do with this feature for my use case. I want to be able to open every map in a project and run a set of Actions which...
Yeah i was getting the same problem. I had to go back to 2017-CU11-ubuntu to find a working verison.
@winterIslander no problem. docker network create netty docker run --name "SQL" --network="netty" -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=SqlServerSuperPassword2017" -p 1433:1433 -v C:/DockerData/SQL:/var/opt/mssql --restart=always -d mcr.microsoft.com/mssql/server:2017-CU11-ubuntu
Does anyone know how to fix this if your using the alpine image? (3.1-alphine) Managed to get libgdiplus installed but its not hooking up correctly i think. RUN apk add...
@qmfrederik using: - .net core 3.1 - System.Drawing.Common 4.6.26919.02 - EPPlus 4.5.3.2 ldd /usr/lib/libgdiplus.so.0 gives me /lib/ld-musl-x86_64.so.1 (0x7f59626a7000) libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x7f596254b000) libcairo.so.2 => /usr/lib/libcairo.so.2 (0x7f596245e000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x7f59623ac000)...
@qmfrederik i have to admit i struggled to get any output out of doing LD_DEBUG=libs. Thanks for your help. i have managed to fix my issue by doing: `RUN apk...
So I would do this by using the prefab replacement feature in ST2U You can find general details about this [here](https://supertiled2unity.readthedocs.io/en/latest/manual/extending-the-importer.html#prefab-replacements) which has expanded details in this example repo [here](https://github.com/Seanba/SuperPrefabReplacement)...