many collisions while holding an item
Hello all, I'm sending a massage to the log file when I pick an Item with HTC Vive controller. in my log file I get this: Picked item, name : AppleRed at: 6/25/2017 5:43:17 PM Picked item, name :...
View Articlereferencing a gameObject with it's own script
Hello all, I'm having trouble with something very simple: I want to reference a game object with it's own script. public class ItemScript : MonoBehaviour { public Inventory inventory; public ItemType...
View ArticleHelp with displaying Debug.log info to chart on screen when press play. Excel...
I hope this has a simple solution but i am trying to display my chart from excel to the screen of my game. It can be as a GUI or simple text. When i run it the correct information displays at the...
View ArticleDebug.log,print not working when run from mobile android
inside button click event not showing print other codes are running when i run from mobile and at the same time run by game completely working. what is the problem?
View ArticleWhat does the log tell me about editor crash on play?
`[enter code here][1]`Hi, I started running into this problem where the unity editor crashes when I press the play button. It does this only in one particular scene of one particular project, and also...
View ArticleBuild errors because of imported models?
So, I've been at this for hours to no avail. I've imported some models and animations for my character that seem to work great in the editor, but as soon as I attempt to build it wets the bed. During...
View ArticleCrash at game startup 2017.1
After Unity update to version 2017.1 builds crashed at startup. I thought this is a problem with shaders but in one of crash logs can't see line about shader. Maybe it's problem with touch support but...
View ArticlePlay Services : Cant register Classes
Hey there ! Im using unity 2017.1.0f3 with the appodeal plugin for ad mediation and i tried to implement google play services 0.9.4.1. But somehow i always encounter this problem here. GamesUnitySDK:...
View ArticlePlease help understand this Editor-Crash Log file
Hey, ---------- For some reason, after re-compiling scripts, unity freezes and then crashes - however I am able to get into the project without issues, - it's only after the first compilation that...
View ArticleHow to suppress BoxCollider warning
Hi, I'm getting the warning we've seen reported in other threads: BoxColliders does not support negative scale or size. The effective box size has been forced positive and is likely to give unexpected...
View ArticleMeta information for builds installed using Unity Cloud Build
For those of you that use unity cloud build, is there a means to look at a log of the builds you've installed and the meta data [build number] associated with them?
View ArticleAccess the log file in script
I'd like to access the log file in my script and send it by email when a user chooses such an option. Is there a possibility to do something like Debug.LogFile which would return a File object or...
View ArticleUnity application crashes only on android tablets.
I've been working on porting our team's Unity application to mobile devices for months now without success here and I'm running out of options. The application runs just fine on the PC with no errors...
View ArticleCan I find when playtime compile works from Editor.Log
Editor.log has huge amount of internal information very hard to find specific editor event, so I want to know when playing time compile works did. Any suggestion?
View ArticleUnity 5.4.1p4 No longer outputting Asset Sizes after build?
Hey all. Today I ran a build and found that the Editor Log did not contain the asset size breakdown that I have come to rely upon for determining where I have missed asset optimizations. Does anyone...
View ArticleLoop and screen update (or debug log update)
I have a for loop going on, with for loop inside, and another inside... they are calling few other functions, also with for and while loops. Anyway it takes about 10 to even 400 seconds on my computer...
View ArticleWhy won't Unity games start on macOS sierra?
I have a fresh install of macOS sierra. I own several games based on Unity, all through Steam. The majority of them will not start. There is no error message. Steam tries to start them, but they close...
View ArticleFree Service to log my games error logs to
Hello, I'm developing a game that part of it has Real Time multiplayer matches, this part was made using SmartFox server that's installed on my client's own server, testing it in my office I don't run...
View ArticleMathf.Log() with negative numbers?
In the code below I'm doing a Mathf.Log function and i want to get the common power from the variable ***position*** (which I am changing in game with a slider). The value is than represented in a UI...
View ArticleKeyboards Input not working
I'm making a small 2D platformer game to learn the basics of programming in c# and I quickly encountered a problem. After writing the lines of code necessary for my character to move, I tested and...
View Article