Homepage Shift Escape

Featured Post

Save and load from scriptable objects in Unity complete workflow

########################## 1. Create a scriptable object class as following and create the scriptable object in Resources folder in projec...

Abhay Singh 4 Jul, 2024

Latest Posts

Save and load from scriptable objects in Unity complete workflow

########################## 1. Create a scriptable object class as following and create the scriptable object in Resources folder in projec...

Abhay Singh 4 Jul, 2024

Which all files and folders to backup to zip a Unity Project

In order to be able to recreate the Unity Project from a backup zip, just remove Library and Temp folder when backing up the project to a ...

Abhay Singh 4 Jul, 2024

FFmpeg stack two videos and merge audios

FFmpeg -i rtmp://192.168.137.1:1935/live/xyz -i rtmp://192.168.137.1:1935/live/abc -filter_complex "[0:v][1:v]vstack=inputs=2[v];[0:a][...

Abhay Singh 5 Jun, 2024

Large Numbers to Words Table | Large Number Literals | Scientific Notations of Large Numbers

Big numbers represent incredibly large quantities. They are used to count things that are too numerous to keep track of with smaller units l...

Abhay Singh 3 May, 2024

Unity Mobile Game Optimization Checklist

- On Image and Text components that aren’t interacted with you can uncheck “Raycast Target” on it, as it will remove them from any Raycast c...

Abhay Singh 22 Feb, 2024

[SOLVED] Firebase APNS Token not set Flutter iOS

If you're facing issue with Firebase initialization in Flutter in spite of doing everything right. You may be missing setting the APNS ...

Abhay Singh 5 Dec, 2023

How to make RPC in Unreal Engine Steam Online Subsystem and EOS

Remote Procedure Calls, also known as RPCs, are a way to call something on any other instance.  In the Unreal Engine, RPCs are used to ship ...

Abhay Singh 21 Sept, 2023