Tag: c#
- Open Source .Net Web Scraper ()
Working example of program scraping prices from competitor’s websites to csv table. Was done for a customer, but he agreed to share this code with public. Gitlab repository How to run Install .Net Core Open console Move to root project directory, which contains .csproj file Type dotnet run
- Free retro-style camera shader for Unity ()
Small shader for Unity, which I use in my games for drawing minimap. Add the component script below to GameObject with Camera and assign Material with this shader to it.
- 7 Best Assets for Unity ()
Recently I’ve been asked to make a list of my favourite Unity assets. So, to begin with, these are 7 of my favourites! 1. NGUI– as Unity GUI is not that great and Unity 4.6 is still no there you should have a frameworks to make good and robust GUIs. NGUI has evolved greatly since […]