I am currently working on a project there i was in need of tool tips. If you worked with UiToolkit before you know there are tool tips for the editor environment but not yet for the runtime environment. But luckily…
Author: stefansigl
Transfer Git repositories with LFS content, all branches and complete history
As we were forced to move our GIT repositories from a cloud hosting service to our servers on site I wrote a litte shellscript for OSX to do this for me repository by repository. The main problem was to transfer…
Read More Transfer Git repositories with LFS content, all branches and complete history
Texture dissolve particle effect
I was playing around with the texture emitters and the noice modules of unity's shuriken particle system ... you can achieve very nice effects with such simple tools! https://youtu.be/KWwQejfrpxM https://youtu.be/jMuBsnQDgEk
Shader Unlit Alpha Color
Since I often need a unlit shader with transparency and a color overlay, and this is not a shader that comes with Unity i always find myself downloading the built-in shaders and modify the unlit-alpha.shader ... so for you and…
Raspberry & Octoprint
To print stuff on your 3D printer you either handle those nasty sd-cards or you have a pc attached to your printer running all the time. To "FIX" this i decided to set up a raspberry pi with octoprint…
Strain relief for the heatbed cables Pursa i3 / Thingiverse
I red a lot about the cables that power the heat/build plate to loosen or suffering from material fatigue and I didn't find a thing that was fitting my printer setup so I designed one myself and decided to share…
Read More Strain relief for the heatbed cables Pursa i3 / Thingiverse
Connect Four 3D (IOS & TV OS)
A long time ago there was my first project I released in the App Stores called Connect Four 3D then it looks a lot different! And it lied in the stores for a long time. But then came this 64…
How to get DPad values in Unity TVOS
Struggled some time to get the dpad values and the delta touch positions in my Unity TVOS project. Its kind of strange to set it up but it works. In the unity scripting reference you can find this value for…
Warping – Bed leveling and the settings
Try Try Try and Try again until you get it right ... well thats what i did and still trying to do it better ... https://youtu.be/W7yP7n0fPJo Leveling the bed was not so much of a problem for the first print,…
CURA and the first print
Cura is the slicer software of my choice. Why? Well i didn't knew much when i started using it ... and it was recommended by the handbook of the 3D printer. So I set up Cura it was really simple…