28 Jun 2021 Version 2 Upgrade (With dinosaur animation and underwater portal iOS: Version 2.6 Android Version 2.7 Build 10 LKCNHM AR Version 2 Beta 2 Feb 2021 Minor bug…
Create 3D Model Requirements Create and export 3D model with textures and animation as FBX from Maya. Do note the development scale has to be in meters, save all texture…
Create 3D model with Maya and save in FBX. Do note the scene needs to be in Meters Maya>Windows>Settings/Preferences>Preference>Settings Ensure the camera clippings are adjusted to view the Model if…
What i wish to achieve Allowing to disable selected types of debug in different levels Such as DEBUG_LEVEL_LOG DEBUG_LEVEL_WARN DEBUG_LEVEL_ERROR Setup different types of the debug messages Debug.log Debug.error Debug.warning…
PascalCasing for class names and method names: public class ClientActivity { public void ClearStatistics() { //... } public void CalculateStatistics() { //... } } Do use camelCasing for method arguments…
NOTE: this is not working on mobile Getting Assets Ready First, you will want to set up some structure so that you can find and reference everything you need for…