Prepare the environment by following these steps:
- Create a new folder
Prepare the environment by following these steps:
Shader "Custom/Occlusion" | |
{ | |
SubShader | |
{ | |
Tags { "RenderType"="Opaque" } | |
Tags { "Queue" = "Geometry-1" } | |
ZWrite On | |
ZTest LEqual | |
ColorMask 0 |
This tutorial shows the steps needed to install .NET6
and to develop, build and deploy a .NET6
App on RaspberryPi.
Pi Zero W
is not supported)using System.Collections; | |
using System.Collections.Generic; | |
using UnityEngine; | |
using TMPro; | |
public class mqttController : MonoBehaviour | |
{ | |
public string nameController = "Controller 1"; | |
public string tagOfTheMQTTReceiver = ""; //the Tag of the mqttReceiver |
using UnityEngine; | |
#if UNITY_EDITOR | |
using UnityEditor; | |
#endif | |
#if UNITY_IOS || UNITY_IPHONE | |
using UnityEditor.iOS.Xcode; | |
#endif | |
using UnityEditor.Callbacks; | |
public static class iOSBuildPermissionFix |