Unity Networking
Connexion using UnityEngine.Networking; Netwok.connect : previous Unity connexion system. doesn’t communicate with the new UNet system NetworkManager use NetworkServer & NetworkClient to handle connections for both client and server side NetworkLobbyManager : herite from NetworkManager. Add lobby scene where clients are registered NetworkDiscovery … Continued
Unity Texture, Texture2D, RenderTexture
In Unity, I get struggle some times to figure out what’s the difference between Texture, Texture2D and RenderTexture. In simple words Texture represent the GPU (graphic card memory) side of a Texture RenderTexture, based on Texture, add the shader/material management … Continued
Unreal 4 bad stuff
This is a personal list of what I feel bad using Unreal. Disclaimer : I still enjoy using Unreal. The more you see, the more I use that engine Interface Rename folder create 2 folders instead Delete empty folder doesn’t … Continued
Unity – Coroutine in Editor mode
As part of EasyLocalization work in progress, here is what I found to execute coroutine while in editor : Also posted in that thread
Video Footage
I create videos using my drones. These footage cover one of my other passion : GN and TrollBall Disclaimer : I am a programmer, these are not professional footage, but I do like them 🙂 Watch more over my channel https://www.youtube.com/channel/UCHX2vUyiUL4J8olbBfBNZRQ … Continued
Bebop 2 FPV Racing
Here is a copy of an interesting guide to hack the Bebop 2: BeebopHackingGuide 1_7_2 BebopHackingGuide 1_6_1 This guide has been made by nicknack And the orignal link on github here And then, the forum post where I found it Best Wifi … Continued
Unreal Communication With Level
I got struggle in Unreal 4 to send message to the level blueprint from an Actor. Here is how I finally did it
Unity Reducing size of your build
Here is some tips to reduce your Unity build for any platform. Be smart, and adapted these advices to your project. Graphics Textures are what usually takes up the most space and performance. Take good care with your artist, like … Continued