Latest Productions
Blog
Auto Quest Link!
If you want to automatically connect your Meta Quest 2 when plugging it to your pc through USB, use this small guide First, install adb https://developer.oculus.com/downloads/package/oculus-adb-drivers/ Second execute that script from a command... READ MORE
General Coding Practice
Less is best Always do positive statement Keep data in only one place and use reference READ MORE
Terminal Command
REM To start app without waiting for execution start "" PathToYourExe READ MORE
C++ delegate
https://blog.actorsfit.com/a?ID=00850-ca43f315-3160-4fca-b10b-5861f8ea566a 3.2 Implementation using lambda expressions Using lambda expressions can simplify this process. Refer to the following piece of code, classB registers a member function as a callback function to classA, and classA... READ MORE
Unity Code Showcase
ParticlesSystem_ShowPlayerData Use Particles system & delegate system to efficiently shows player’s data in a fill up bar with thousounds of particles, because why not ! PoolManagerNetwork Both Combined to handle death & respawn... READ MORE
Unreal Console & Argument
To use Console commande line : UFUNCTION(Exec)void EnableMovement(bool enable); To Read Executable argument : if (FParse::Param(FCommandLine::Get(), TEXT(“EnableMovement”))) READ MORE