Blog

Unity performance Check

|

Nice tutorials https://blog.unity.com/technology/performance-benchmarking-in-unity-how-to-get-started How to install : Unity Test Framework https://docs.unity3d.com/Packages/com.unity.test-framework@1.3/manual/index.html Template Pour en savoir plus

Own Cloud

|

How to Install NextCloud on Raspberry Pi 3 4 years agoby Shahriar Shovon NextCloud is a self-hosted file sharing software. You can easily install NextCloud on Raspberry Pi 3 to build a cost-effective... Pour en savoir plus

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... Pour en savoir plus

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... Pour en savoir plus

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... Pour en savoir plus