Azure function requires subscription to remove cold start, for small project, it may not be cost effective hence creating a simple api call to "wake up" azure function during possible…
adb -d logcat Unity *:S To filter only the Named words in logcat (note the space is important) adb logcat | grep "DM: " To filter excluded result "CloudManagerLog:" and…
First save the page as .php and use the following code to check the device user is using <?php $iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone"); $android = strpos($_SERVER['HTTP_USER_AGENT'],"Android"); $ipad = strpos($_SERVER['HTTP_USER_AGENT'],"iPad"); ?> Then…
This coding practice is to overload existing functions with customised capabilities It has to be static function The format as follows: Use IEnumerator when use Action "yield return null" is…
![-w1680](media/15998105420013/15998106683994.jpg) If Text component is placed under the DisplayIdTxt and we need to retrieve it from Item GameObject ```csharp Text DisplayIdTxt = newItem.transform.Find("DisplayIDTxt").GetComponent(); ```