Move forward with constant speed in Unity using C#

By Faruque Ahamed Mollick

You may have played video games where the player moves forward with a constant speed and overcomes some obstacles by moving sidewise. Well, you can do this same kind of thing in Un.... Read More

Count number of GameObject in the scene with specific tag in Unity

By Faruque Ahamed Mollick

In game development with Unity using C# programming, you may have to count the number of objects with a specific tag. More practically, you need to get the updated statistic of the.... Read More

Plus-minus (±) and Minus-plus (∓) symbol In LaTeX

By Parvez Akhtar Pasha

To get the plus-minus (±) symbol in LaTeX you can use the default command \pm and to get the minus-plus (∓) symbol you can use the \mp command. \documentclass{article} \begin{do.... Read More

Change font color of a TextField in SwiftUI

By Samim

In this tutorial, we will see how to change the font color of a TextField in SwiftUI. This article will cover the topics mentioned below. Changing Font Color in TextField Change Cu.... Read More

Open a SwiftUI app from URL link using URL Scheme

By Saruque Ahamed Mollick

I was wondering if I could do the same as other big companies generally do with their app and websites. You must have noticed that if you click on an Amazon link from your browser .... Read More

URL Scheme is not working in SwiftUI – Solution

By Saruque Ahamed Mollick

I just tried using URL Scheme in my Xcode project to open my iOS application from the browser through URL and found an error like this: “safari cannot open the page because t.... Read More

Add label to a TextField in SwiftUI

By Samim

In this tutorial, we will see how to add a label to a TextField in SwiftUI. We can organize the label and TextField in different orientations, either vertically or horizontally usi.... Read More

Create header and footer except the first page in LaTeX

By Parvez Akhtar Pasha

In this tutorial, you will learn how to add header and footer in your document except the first page. In order to get this you can use the fancyhdr package. With this package, you .... Read More

Related Posts