Category "unity3d"

How to make a Unity plugin support old versions of Unity?

I'm developing a plugin for Unity. Say, on my machine I have the most recent version of Unity installed (right now it's 2019.1.8). However, I also want the plug

View a Class from the Unity API

I am rendering my camera to a cubemap using gameObject.GetComponent<Camera> ().RenderToCubemap (cm); I want view the code for RenderToCubemap(), so I c

How to set up Firebase Push Notification with Deep Link with Unity3D

I am implementing Firebase Cloud Messaging to send Push Notifications to my Unity Project for Android and iOS Devices. I am now Debugging with Android. I receiv