Unity Random Bool with three different methods

Do you need to create a random Bool or Boolean in Unity? Here is 3 different methods to show you how to do Unity Random Bool. Bool…

Unity Random Number

Unity random number with examples

How to do a Unity random number for integers and float. Let us go thru a few examples with random integer and random float using unity random…

C# Array find the first number above target

C# Array find the first number above target. If the array is sorted and you need to find the first number above your target number. Here is…

unity animation samples not showing

Unity animation samples not showing in Unity 2019.3

Unity animation samples not showing? Relax, they did not remove it. They have just hidden it. Not sure why it never bothered me when it was there…

unity curl error 7

Unity Curl error 7

I recently had this error in Unity. Unity Curl error 7: Failed to connect to cdp.cloud.unity3d.com port 443: Connection refused For a few days, I had been…

Install .net core on Debian 10

Install dotnet core on Debian 10

Install dotnet core on Debian 10 is essential to run dotnet core application on Debian. This time Microsoft has done it easy to install dotnet core 3…

Unity call function every 0.1 seconds

Unity Call function every 0.1 seconds

In Unity call function every 0.1 seconds. This can be done in several ways. I will show two ways of calling a function every 0.1 seconds. Unity…

install monodevelop on debian 10

Install MonoDevelop on Debian 10 (Buster)

Install MonoDevelop on Debian 10 (Buster). Never had a problem with installing MonoDevelop on Debian before. Even after they removed it from the Debian official repository. That…

Unity Depth Charges

Unity Depth Charges “Remake” with source code

My Unity Depth Charges remake is not an exact remake. I took the idea of a destroyer dropping depth charges to bomb submarines. Other than that there…

unity typewriter effect

Unity Typewriter effect with source code

Unity typewriter effect made easy with Unity. I wanted to use this effect in another little project I was doing, and made this little project for learning…