Author Archives: Oleg Vorontsov
Renderdoc with Steam 2021
Exit steam Choose C:\Program Files (x86)\Steam\steam.exe as an app to run in RenderDoc and supply a command arguement -applaunch appid. Also allow “Capture child processes” You can get appid in the properties page of the game you want to run … Continue reading
It’s been a month since I started learning Spanish using Duolingo!
30 days strive (achieving some definite XP every day) complete! 🙂 And I can say that this is a great app for learning Spanish and probably other languages too. It’s basically a set of misc tests prepared beforehand and split … Continue reading
Update src to certain commit in git (temporarily revert)
Just a self reminder, if you want to revert temporarily to a previous commit of some src(lib,etc) just type git checkout [commit-hash]
Ported “Christmas stocking” game from Flash to Unity3D ;)
Hello guys, I just finished porting one of my old games (december 2012) “Christmas stocking” from Flash to Unity3d, everything seems to work fine. You can check it out here: https://olegvorontsov.com/?page_id=4176 So far, I’m pretty impressed and satisified with Unity3d, … Continue reading
Switching to Unity3d
Already tried creating a mesh manually and animating uv coords on it to implement a kaleidoscope logic, works fine. Had to call RecalcNormals or something like that, for it to receive light properly.
haxedevelop 5.3 crashing on startup
find and delete session data file C:\Users\YouUserName\AppData\Local\HaxeDevelop\Settings\SessionData.fdb 😉