A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Found the problem, actually i had a script named GameManager and for whatever reason, its namespace was GameObject
Here is the code This is not the only script im having the problem: using System.Collections; using System.Collections.Generic; using UnityEngine;...
Hi, I have created a C# script for my game in unity 2019.2.0f1 and when it has finished compiling, i. Tried to drop a GameObject to it to assign...
Hi i encountered a problem when building the BoTD game..Here is the error log: [ATTACH]
You know what, I think the game is just fine. It's my laptop that may not have supported it. well, because someone else with a better specs has...
Yes, I have tried to change theGameObject.Find() By actually creating the script on the player itself for reference.... Ill try what you are...
Well, at certain times it opens (only once or twice) but other times it crashes: https://redstoneinvente.itch.io/zonclandish I have published it...
Hi, I faced a crash problem when building BoTD for standalone.It crashes only on the built version, it runs fine in the editor
Seems also a problem here: using System.Collections; using System.Collections.Generic; using UnityEngine; public class Enemy : MonoBehaviour {...
Line 48 code: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class LootCollect :...
do you know any fix? Like what to change?
[ATTACH] ![alt text][1]It crashes when i launched the build version, but in the editor it goes fine. [IMG] ***Log file content*** `Mono path[0] =...
Thanks, but, can i use the materials in 2019.2 if i upgrade them to HDRP
Hi, I imported BotD on unity 2018.2.21.f1 and all was correct.I upgraded it to unity 2019.2.0f1 unity.I do not have HDRP/LWRP downloaded, only the...
Like public PostProcessingProfile Pp; Public Camera Player; Player.GetComponent<PostProcessingBehaviour>.(). PostProcessingProfile = Pp;
For the pp v1 stack, how you change the profile which code?
Ok thanks, I'll give it a try
No linking a button to a script was the first thing I learned, but my question is how to actually change PostProcessing Profiles on a camera...
No, here low,medium,high and ultra refers to different PostProcessing Profiles that I have set up.
Thanks for your help, I'm just a 16yrs old boy and trying to make a graphics menu. Well, I've created different Profiles and would like to change...