You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
V0.0.4 - Randomizer Utilities, Build Handler and USliderComponent
- added SimpleBuildHandler from the UnscriptedLogicLib as a utility class
- added the whole RandomLogic class from the UnscriptedLogicLib as a utility class
- added USliderComponent for sliders
Copy file name to clipboardExpand all lines: About.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
If you are reading this, you're probably currently digging through the source code of my game, and if you aren't hello anyways.
2
2
3
-
Throughtout my journey as a game developer, I've found a few functions and workflows that are repeated over and over again. So I created UnscriptedLogicLib.dll, my personal library of utility functions. It's kinda like a repairman's toolbox. A whole script of functions that help me do what I wanna do but without having to remember how to do it.
3
+
Throughout my journey as a game developer, I've found a few functions and workflows that are repeated over and over again. So I created UnscriptedLogicLib.dll, my personal library of utility functions. It's kinda like a repairman's toolbox. A whole script of functions that help me do what I wanna do but without having to remember how to do it.
4
4
5
5
Over time, I found that it wasn't really enough. It's just bits and pieces of code. Sure it helped me in a few game jams but it never really helped me in making bigger games. So I took it up a notch.
0 commit comments