Open in app
Home
Notifications
Lists
Stories

Write
Priyanka Rana
Priyanka Rana

Home

Published in Star Gazers

·Oct 30, 2020

Custom Menu In Unity — Code Saying

What if I want to clear PlayerPrefs with a single click instead of a executing a script? What if I want to edit the Rigidbody Component? Unity Editor is flexible enough to allow you you extend it. That is to say, you can easily add Custom Menu in Unity with…

Unity

4 min read

Custom Menu In Unity — Code Saying
Custom Menu In Unity — Code Saying

Jun 27, 2020

Action Callback in Unity — Code Saying

Delegate is a famous way to implement Callbacks in C#. Action is one such generic delegate type. Action Callbacks can be very handy in Unity programming. Let us learn how to use Action Callback in Unity. What is an Action? Action is a generic delegate type defined in the System namespace. Action objects return…

Unity 3 D

2 min read

Action Callback in Unity — Code Saying
Action Callback in Unity — Code Saying

Jun 26, 2020

The Preparation of Seven Potters — Before the Battle — Fanfable

We all know that Harry in his last year was taken out of Privet Drive with a massive plan that involved seven potters. Lets go through the preparations! The light was fading rapidly now, the hall of the Dursleys in Privet Drive was full of shadows in the evening light…

Harry Potter

3 min read

The Preparation of Seven Potters — Before the Battle — Fanfable
The Preparation of Seven Potters — Before the Battle — Fanfable

May 17, 2020

When COVID19 Lockdown struck Hogwarts — Fanfable

COVID19 pandemic is growing at an alarming rate. Even the wizarding world is not aloof. St. Mungo’s Hospital is working on its vaccine. The tests are still on. The lockdown resulting from COVID19 has struck Hogwarts too. The Muggle Prime Minister sat at his table awaiting the arrival of the…

Harry Potter

3 min read

When COVID19 Lockdown struck Hogwarts — Fanfable
When COVID19 Lockdown struck Hogwarts — Fanfable

Apr 25, 2020

Coroutines in Unity: Part 1 — Basics — Code Saying

As per Unity docs, a coroutine is a function that can suspend its execution (yield) until the given YieldInstruction finishes. In other words, coroutines in Unity work like normal functions till they encounter a YieldInstruction. At this point, the coroutine is paused and the control returns to the function which…

Unity 3 D

3 min read

Coroutines in Unity: Part 1 — Basics — Code Saying
Coroutines in Unity: Part 1 — Basics — Code Saying

Mar 24, 2020

The Wedding I Missed: An account of Percy Weasley — Fanfable

August 1, 1997 It is the wedding of the eldest son of the Weasley family. The whole family is celebrating, but one. Had Percy Weasley missed the wedding? Percy, the Junior Assistant to the Minister of Magic has taken a day off. He is lying on his bed while his…

Harry Potter

2 min read

The Wedding I Missed: An account of Percy Weasley — Fanfable
The Wedding I Missed: An account of Percy Weasley — Fanfable

Mar 23, 2020

My First Attempt at Charms: Wingardium Leviosa — Fanfable

Wingardium Leviosa or the charm to make the objects fly. Being a muggle born, my excitement had no bounds when I first received the Hogwarts letter of acceptance. …

Harry Potter

3 min read

My First Attempt at Charms: Wingardium Leviosa — Fanfable
My First Attempt at Charms: Wingardium Leviosa — Fanfable

Jan 11, 2020

Time.deltaTime in Unity3D — Code Saying

It is very important for a Unity Developer to have a sound understanding of Time.deltaTime. Let us learn the basics of Time.deltaTime in Unity3D with some examples. What is Time.deltaTime? Time.deltaTime is the completion time in seconds since the last frame. It is read only. Therefore you cannot modify it! This property provides…

Unity

3 min read

Time.deltaTime in Unity3D — Code Saying
Time.deltaTime in Unity3D — Code Saying

Dec 18, 2019

Understanding Screen Point, World Point and Viewport Point in Unity3D — Code Saying

A Camera is a device through which the player views the world. Understanding Screen Point, World Point and Viewport point in Unity3D forms the basics of how camera can be used while determining the position of an object or mouse pointer. Screen point Screen point is defined in pixels. The bottom-left of…

Camera

3 min read

Understanding Screen Point, World Point and Viewport Point in Unity3D — Code Saying
Understanding Screen Point, World Point and Viewport Point in Unity3D — Code Saying

Nov 24, 2019

Aragorn and his many names

Here is Aragorn son of Arathorn, chieftain of the Dunedain of Arnor, Captain of the Host of the West, bearer of the Star of the North, wielder of the Sword Reforged, victorious in battle, whose hands bring healing, the Elfstone, Elessar of the line of Valandil, Isildur’s son, Elendil’s son of Numenor. Shall…

Lord Of The Rings

3 min read

Aragorn and his many names
Aragorn and his many names
Priyanka Rana

Priyanka Rana

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable