How To - Capturing Device Logs on Android

For troubleshooting and debugging, it is often very helpful to capture the device logs. The device logs contain information about the status of a running application on the device and any errors encountered. The IAP Engineering team requires logs for open issues. It is assumed here that you have an Android device configured with Developer options and attached to a PC with a USB cable. These steps show the process on a Windows system and works similarly on a Mac

  1. In Unity, find the location of the Android SDK. From the Edit menu, choose Preferences/External Tools
  2. Look for the Android SDK. On my system it was C:\Users[username]\AppData\Local\Android\sdk
  3. Open a command prompt, and change to this directory.
  4. Change directory to the platform-tools subdirectory.
  5. You should see adb.exe in this directory.
  6. With the device connected via USB, run the following command:
    adb devices (Mac is ./adb devices)
  7. This should return device serial number followed by the word “device”
  8. Run “adb logcat | findstr -i unity” (use grep on Mac) in the terminal window. This will find anything with the word “unity” in the output, case insensitive.
  9. This will provide the contents of the device log that are associated with a running Unity application

The output can be quite verbose. You can browse through the log however, looking for such words as “error” and “exception”. Sometimes customer support will ask for device logs, in which case you can send the output to a text file with the command “adb logcat -d | findstr -i unity > log.txt”

33 Likes
Sample IAP Project
Knife animation not displaying
Introductory price not available on native Google purchase pop up from
Edge Camera Rotation + Follow Script
Code isn't working anymore
find terrian with tag?
If I have a float that becomes more than one value, how do I seperate them?
due tonight i have to complete this project, pls help!
android in app purchases not working on official build but worked in an alpha build
Unity Plugin Problem when exporting to Android Studio
FindObjectsOfType does not work on repeadet loads of the same Scene?
Help with weird variable issue
Two coroutines from different scripts conflicting, causing animation and input issues
Enemy health doesn't decrease when colliding with player projectile
Jump height lowers whenever the scene is reloaded when using an input.
Missing references on scene load
How to create a repeating timer everytime i click
When instantiate a clone why does value inside the script got multiply?
Particle system breaks animations
OntriggerEnter2D not being activated
Problem with IAPs (duplicating on Android and bypassing receipt check on IOS)
Game Object overshooting target location
Pressing the button does not create an object from the ObectPool
cant fix sprinting code please help
Codeless IAP not working on mobile: Purchase failed because Purchasing was not initialized correctly
Game Hangs on Unity Splash Screen for Lower Android API Levels
Running Codeless IAP buttons on Android restore not working
GameObject.SetActive() not working (914770)
Spawn Objects On Specific Colours?
"Character Controller Jump is a teleport instead of ""smooth"" jump" (925528)
AI State Bool Bug
i am trying to open the main menu when "escape" gets pressed but it doesnt work.
How to make a rotatearound ping pong direction and speed changing behavior?
PlayerPrefs.get or set not work help me :(
IAP initialization crashes on Android with OpenGL 2.0
set state when hitting enemy
Flappy question
Bullets not moving
Player movement animations swapped between x and y axis, how do I fix?
ARPG Movement
player launches
Problems with Drag and Drop system in Unity
"NullReferenceException" with Instantiate()
Blue camera screen in scene view
Unity Fixed Joystick issues with new game
Shooting in only one direction?
New to Unity - Basic sprite moves by itself without physics
Game like space invaders
My player is not moving at all
My joystick is stuck a left bottom
Animations not playing on command
How do I rotate the Camera with touch Input?
Box Colliders are not working...
need help with bool saving
Disable dialogue box
getting this error ArgumentOutOfRangeException: Index was out of range. someone fix this code
Unity Freezes Whenever I Remove A Null Element From A List
Submeshes not working [SOLVED]
What causes the Unity Purchasing Unavailable error in unity?
"ProcessPurchase" not being called after calling "RestorePurchases" on iOS (4.6.0 and 4.5.2)
Make a flying enemy return to its original position
Struggling to understand the Playerprefs system.
Touch Controls not allowing me to move the character not really sure why
Why my character glitch when I move it to the left or right?
collision error persistent
How to fix spawn position issue of a game objects and update score every click?
Compiled android build behaves vastly different than in Editor or Remote play
Duplicating Background Object
FPS Controller Problem segment
Why isn't my script flipping the invertLookY value?
Unity IAP Product.receipt always NULL in `IStoreListener.OnInitialized` in Android
Someone knows why this happens?
Why my leantween animation works in Unity editor but not on my Android device
Help with audio selection
MY IAP not working in mobile device but working in editor
Platformer Character Turning Around - Rotating 180 on the y-axis VS Flipping the X on the Sprite
Google IAP not work in Device
Slow motion on android
Goal for player 1 is scoring, Goal for player 2 is not..where am I going wrong?
Technical support for my 2D game.
Problem with the animation of the movment in Unity2D
Cancel async AssetReference instantiation on scene change.
SqLite database problem during build and run
While loop crashing (927778)
Shooting mechanic help
The Game Over Canvas won't active
Unity IAP Initialization Failure in Samsung Devices with One UI
Unity in-app purchase not working on android device ?
I can't sort out BUG. (Build obb?)
IAP problem
enemy moving weirdly with terrain
Glitching 2D sprite OnMouseDrag and randomly resetting to initial position on MouseUp
Mathf Max and Min methods not working as intended
Nothing happens when I click in a product
Help with a jumpscare script
Newb trying to control bullet direction
How to make a camera change targets in 2D?
My procedural terrain script isn't affecting the y-axis of the vertices.
Update ammo with {get; set}
Moveing procedrual legs in a zizgag pattern
How do i implement mid air movement in the standard assets ThirdPersonController?
my character isn't shooting where he should
Not able to figure out a bug with my chess game
My dash cancels out WASD movement
Building game causes first dialogue coroutine to be inactive.
Jumbled up coordinates in tile matching game
How to limit camera rotation angle
If statement getting executed when conditions are not met
Bug: Unity IAP does not recognize active subscription
Grappling Gun with Raycast2D
Changing from codelessIAP to coded IAP
Gun, if i press "shoot" key during shooting it will shoot again when the animation ends
Click on an object and have it trigger code on another game object...
Unity VR Development bug
Finished building my game for Android but it doesn't work on some phones.
Please help (908169)
I want 2D collider behavior to change after the first collision (maybe trigger plus collider?)
Dash Ability Not Working
ArgumentException: Cannot set currency to an empty or null string
Tower defense, torret rotation for sprites.
character jumps to high in air pls help!
Issue with OnDrawGizmo specified cells rendering
if player is jumping under a tilemap block the player cant jump anymore
mainCamera.WorldToScreenPoint inaccurate
UnityAds Mediation not working and Impressions not being counted.
Issue with pooling
Unable to Lerp color of a shared material
Problem with IAP "Purchasing Unavailable "
Player not moving?
IndexOutOfRangeException: Index was outside the bounds of the array. (wrapper managed-to-managed) Sy (920475)
DontDestroyOnLoadObject Spawning At Previous Position
Separated Random value for each enemy
Type cannot be found: BuildingTypeSO, containing fie and class name must match.
Building game seems to remove animator transitions?
GetComponent won't work when I try to use other script.
Calling Android/Java methods from Unity C# script using AndroidJavaObject is not working
First Person to Top-Down View
Unity Fake ads work great in editor but not on android or even published
Object Reference not set to an instance of an object (926972)
IAP works in editor but not on Android/iPhone
Projectile firing directions affected by player position in world
Image Cycle Script...
Handling multiple asynchronous events in a Coroutine
IAP Android Subscription error not found
Can't move the camera vertically
2D Dash not Working
Array Elements aren't loaded until the object the script is attached to is selected in the hierarchy
Detect 3D Collision using filter
Google Play IAP button just not working, but no errors, no reason I can see
How do i fix this? (931167)
Raycast Mesh Collider issue
My 'falling' animation does not play, everything else works except for that
Boids are moving towards each other instead of away from each other
Why Spawning is not working?
How to detect collision with a Bitmap(already has TileMapCollider2D)
[Problem] Combine line renderers into a single mesh and a single collider (All vertices are 0, 0, 0)
Boarding tile overlap problem
Ads working on Unity Editor but not Mobile
I can’t get the score in the pong game
Please help me to avoid player fly in air when swimming
Adding material
Saving player position and scene
[SOLVED] Coroutine not working properly
Need help on Particle System not playing on GameObject
Is There Any Way To Make This Better?
Getting In App Purchase Prices. Incorrect Price?
Script bug when game object is selected in editor at runtime.
Saving and loading json to build geometry
Unwanted Code Delay In Car Controller
googleMobileAds and googlePlayGamePlugin confliction, cant open apk
Raycast going in completely the wrong direction
Desperate for Dialogue System Help
Trouble with the air attack in a beat em up 2D game
Problem with moving (919913)
Boolean starting and staying true when its initialized as false
Object loses Inspector objects When Scene Changes
duplicateTransaction when buying an item twice in Alpha APK
Camera rotation limit
Problems with Enemy raycasting/hit detection
auto shooting with raycast doesn't register damage
Character phasing through Tiles
Machine Learning
Update() doesn't update the metarial color after one time.
Object not loading
Help with PlayerPrefs (929568)
I can't sort out BUG. (Build obb?)
2d rectangle getting stuck after a collision with the player
Attempting to make an enemy move towards the player using move towards...
Screenspace position from worldspace is giving wrong data
Particle Effect on Player Death [HELP]
Players not spawning into game, Please help!
Line renderer flickers when updated its positions
Camera Going Blue when it switches to follow player [ 2D ]
Can't change camera FOV during playmode
How to make my character dash downwards?
FPS Camera Leaning script
Scene loading and unloading issue
Rigidbody Hinge Joint "Grab" System
Google Play You already own this item
Unity codeless IAP works in editor and nothing happens on iphone
Issue with Black Screen in Unity App Scene
bug or script error?
Completely lost on adding a jump buffer and coyote time.
why is the texture not applied on the cube?
How to call ASP.NET Web Service in unity3d on android Mobile
My Game Is Not Detecting PlayStation Controllers Once Built
ANR: com.android.billingclient:billing@@4.0.0
i used this scirpt to take 2 out of the player health every second but for some reason it goes crazy
Want to impliment a Placing Order Minigame but don't know what to do
Instantiateing Objects After Certain Amount Of Time
test whether the clicked GameOject is not a plane
I want to replace an Object with another in a scene
Irregular/inconsistent Jump height.
Weighted Random Not Working
Google Play charges, but the transaction is still pending.
How do I disable wallSlide if the player was touching the ground and wall when they jumped?
Particles And Vector3 Not Turning Back On
Script never executes if statement
Can't export to pc
I have a bug with my character, how can I fix it?
Nested loops in coroutine
why is my gun shooting backwards
Can't move the car
wheel.wheelCollider.motorTorque
please help / missing reference error
Issue with input (UI Button/OnPointerDown)
QR Code Scanner Unity not working on all devices
How to follow objects
KeyNotFound Exception Error
on mobile app there are always some bugs, on the computer everything is normal
Help with powerup
Android Internet
Saving player data between scenes
Tilemap Alignment
I think I have an infinite loop somewhere
Trying to add 3D object to grid?
VR collider show/hide text
I have problem with vectors
Help with player movement (933754)
Android - old stuck receipts/transactions still stuck with 2.2.7
Loader screen stay on my screen on iphone
Wall jump only works once every couple presses
Velocity Quickly Jumps to rollSpeed at End of Roll, rather than at the start of the ability.
Game simulator not reflecting changes made at run time
HELP NEEDED; Found a small bug, but can fix what seems to be simple
How do i see logs when running app on phone
Unable to load texture from server in iOS
cinemachine error!!!
Coroutine in not working
Activity io.branch.unity.BranchUnityActivity has leaked IntentReceiver com.unity.purchasing.googlepl
[Help] Character not moving when expected to
Position issue?
My buttons only work if pressed twice
How can I make a bullet have gravity?
i`m trying to make a inventory i`m trying to make it so i don`t need to drag the slots
Purchases not restored on Android - Error: You already own this item
Turning off Interactable UI's After Use
My Game Build Problems
IsGrounded property of Character Controller in Unity weird behaviour - 2 different values
About effect of dissolving/generating by Mathf.Lerp
Subscription/IAP Receipt Validation
unity codeless IAP
Looking tips on fixing targeting state behavior (Video and example project included)
Collisions happening but can't find object in code?
Instantiated cube y value different than Debug.Log y value output using same variable?
Character stops one or more grid squares before tilemap wall
Maximizing game window in editor messes everything
Audio not playing (880180)
Purchase failure due transaction
hi, i can't jump in my game
Mesh.GetTriangles, applyBaseVextex parameter change anything
Unity Ads not showing on Google Play, but showing in debug mode
Weird problem (904452)
The item you requested is not available for purchase error
Raycast ?
on mobile app there are always some bugs, on the computer everything is normal
Unity is giving error 'InvalidOperationException: Specified port is not open.'
Tilemap Collider not Colliding
Scene change code works in the unity editor but not when built
Bitmasking and Auto-tile in unity and C#
How to move an object up and down based on other object rotation?
Game works in editor but not in build.
In unity it work, but in the phone does not work
Restoring Failed Consumable Purchases
Character double jumps
IAP Not Working Android
APK with Unity 2019.3.0a PURPLE SCREEN
Wheel colliders behave very strangely
UNITS ADS NOT WORKING!!!
Problem with a jump button for mobile
2D Character only moving foward
Help with an object's child rotation
Camera Limit On Map Edge
Why .AddForce method not working after Instantiate prefab?
Issue with Jump
My text don't want disappear after my raycast not hitting collider
[Solved] IAP Product List load takes time any better way to implement?
Script to reference GameObject not working on Mobile test?
Get a specific edge on a mesh triangle
UI Elements Missing in Build
Status Conditions Text not showing in Battle Hud?
collision is not always detected
Character Controller jump not working
Destroying all gameobjects while intending to only destroy the one being interacted with
WebGL Script Is Not Running
Player Character walking off screen, then snapping back to border after switch to new input system
unity ads Advertisement.IsReady(placementId) always false
Game close on Android
[AmazonAppStore] Problem of UnityPurchasing.Initialize
Minigame 'spawn'
Input.GetKeyDown doesn't fire when caret key is pressed
how to resize window with correct mouse position?
Tower Defense - Prevent tower from firing bullet if enemy will die before bullet reaches it
Resources.load only working in editor
Issue with Lerp outside of update
time.deltaTime problem with my dashing system.
CameraRotation
Can't scroll or zoom
IAP Android, refunded transactions & validation
HELP PLS Making object button that plays video
2D map generation overlap detection not working
Is this correct for a game manager script?
Prefabs code stops working after multiple executes
Character won't stop rotating!
OnPlayerJoin - move to position
OnTriggerEnter not OnTriggerEntering... I think
how to send list data when spawn prefab
player can only look up and down in multiplayer server
Nav Mesh agent is moving to the site
Getting a parametric L-System formula into code
Strange Bug while spawning some squares
Why isn't my box collider disabling when I should've already called the right bool in the script?
Enemy detection breaks after collecting multiple items
Soft body not working properly with moving platforms
Cannot get pan movement to work while steering camera
How to make textmesh pro text to move smooth to the right and then getting out off screen and back?
Can't stop enemy spawn on Game Over
Inventory Item Stacking Problem
What should i do with my projects movement system?
BUILD ADDITION NUMBER
Unity ads work in editor, but do not work on android device
Disabled collider still stopping gameobject
Diagonal Animation Faster than not diagonal animation
Unable to save games on mobile(both iOS and Android), works fine in editor. Using Odin Serializer.
grid.CellToWorld(gridPosition); is not working
Build Game is Different with the Game in the Editor
I can't make a Raycast2D detect a specific layer
Using fake store with android builds
Help Needed: OnPurchaseFailed, PurchaseFailureReason: ProductUnavailable
Jumping is glitched for me, pls help.
Unity IAP working fine on Editor but not on phone (Android)
[MIRROR] Debugs in RPC working but not code
Message from Nodejs websocket to Unity
FindIntersectingLine, including spaces!
smt wrong with code(player jumps in air)
How To Prevent FPS Player From Bouncing Down Slopes
When the character moves left or right for a bit they will randomly stop.
Raycast and BoxCast both not working and returning null, causes Jump function to stop working
Can I use two Raycasts in an Update() method?
importing unity made asset messed up rigidbodies.
i have a problem when i press play GameObject gets destroyed
can someone help me with my code
Coroutine isn't executed
Android apk lag on other devices
Unity Cinemachine Stopped Working; Doesn't look at the Look At Target
Help please (720002)
Destroying Resources Asset not reachable again!
Material stretch
shooting and Stop Movement and change animation
In the sample project v3, where is the right place to write what the product actually does?
Cant seem to see the problem
unity android game crashing
Joystick Lag and Delay
Unity Build Skipping Scenes
Issue with instantiated prefab location
Problem with RTS style camera. It moves alone. Why?
LoadScene problem (897612)
Jump Does Not Work In My Script Can Someone Help?
Combinations of Static Functions Causing Unexpected Results
[Solved] Nothing is being saved by my custom system
Player doesn't return to the same after transform (script used for moving platform)
2D Mouse Point/Click movement: character not completing movement
Odd Problem
Help solve the problem with Astar Pathfinding for AI enemies in the game
Sound won't play upon collision?
I can't change the text inside the "TextMeshPro" component via Script.
IAP stopped registering any purchases.
when i press play my player falles to the right please help
(Beguinner) Loading saved data
Diagonal speed limit in input manager & how to paste number of lines when ctrl v?
Mi personaje no se mueve , tengo los comandos bien creo , pero mi personaje no se mueve
Looking for help with some code
2D A* path finding enemies not colliding with other enemies
Animation blending logic
My player controller is not working correctly
How to limit camera angle?
Scene management - loading next level
Unity can't find JSON file it didn't create itself.
Ad's dont work nor button
Waypoint Movement Working in Editor but not Build
Unfortunately, (Game name) has stopped
I need help getting this method to work
Why the program always say option is 0?
Error in pun2: RPC method 'ExitText(Boolean)' not found on object with PhotonView 1001. Implement as
Character Controller Jump teleports instead of going slow up. What to do?
Help! PlayerPrefs
Maybe is bug? input field leacy and tmp
A small issue with iterating through a List<GameObject> and removing objects
Why are my UI gameobjects moving to the wrong rect transform?
The cloned prefab keeps moving to middle instead of following the target
Two conditions for bool
OnTriggerStay not being called properly (913982)
Problem with map system in android build
Hiding inventory bug
COLLIDER DOESNT WORK WITH BEZIER CURVE ASSET FROM STORE
GRAPPLING OR HOOKSHOT HELP
UI flashing to wrong position when reactivating
Restoring non-consumable
How do I delete everything in the level on level change
I can't make the player jump twice, could someone check my code and help me?
product.hasReceipt And product.transactionID are per device?
Player stops jumping after a fall
Rotation issues with new Input System
Purchase not credited to balance Play console or Unity dashboard
The problem with the movement of the camera of the character in the first person
GooglePlay complete the purchase process, despite IAP calling OnPurchaseFailed
UI buttons don't work on Android build but work in editor
Scriptable objects does not save boolean lists between scenes
I have a problem with something like a snake on unity 2d.
my player is not moving after i implemented bone and animation to my character please help
My turrets are driving me nuts [Wrong rotation/Shooting issues]
problem with Static variable
Deletes Letters to Add numbers in UI
Rigidbody.Addforce... everywhere the same force value
Why does my camera not work with this and how do I fix it?
How to make a Rect from four vertices of a quad?
I am trying to add running in my game and I don't know what I'm doing wrong.
Throw Ball Script Not Working
Issue with Door Opening Script - Teleportation and Null Object Error
Null Reference, verified everything is named correctly including the component its getting
If three game objects are the same color, how can I destroy them?
Unity GoogleAdmob Issues
Problemas con Botones Unity
Unity: Purchasing failed to initialize. Reason: NoProductsAvailable??
How do I stop the player from scoring after its death?
Can "Raycast Target" on return Keycode.none?
2D Array Result Checking?
Motion Smoothing Camera Sometimes Go's The Long Way Round
InAppPurchasing Failing Inside Try/Catch Without Throwing Exception
Issues with shape grammar code
Flipping Function in a Charade Game is Buggy
IEnumerator being called twice
Combat Script Not Working
What happened here? Is it a bug or what?
Extremely rare error, I searched every result on google. Any idea of how to fix it?
Bugs with infinite Perlin Noise
Physics.OverlapBoxNonAlloc is not working as expected, it does not correctly detect objects
Lifting an object on the camera
Having trouble with my scoreboard script. Not sure exactlly what the issue is.
Raycast works in editor but not in build
yield return web.SendWebRequest() crashes on Samsung Galaxy Tab A7 Lite
Stopping an Animation
Random dungeon generation given rooms?
Mobile game: issues on android but not in editor?
top down aiming
Using function from another script returning NullReferenceException and not running
I can't solve the infinite Wall jump problem
I have a problem with terrain in unity
Facing issue in the first person controller of starter assets
My circle desapear using SpriteRenderer.color
Remote Config not working
Generating and Accessing CSV Files in Unity Mobile
How do I run and initiate a specific script of a prefab ?
HTTP calls not occurring on mobile devices
Why does the Android Express Login for Facebook never work?
Double Jump turns into Triple Jump sometimes in unity 2021
How do I do headshots
Unity Android game problem!! Is it all lost? :(
Camera Help (934330)
This Drag And Drop Script Isn't Working
Gravity pulls me up?
How to make sword rotate with player
Dialog system issue
Catch callback for non-consumables
Double jump with pointer down
Seeking Assistance to MeshCombineUtility
Codeless IAP - PurchasingUnavailable (Purchasing was not initialized correctly)
Collection system
OnTriggerEnter not doing anything
SetActive not work on device
I need help with the UI and score board scripts for my 2d game using unity 2021.3.33f1
Dani's Grappling Gun Scene Reloading Problem
Settings are saved but look as though they aren't! (882548)
My Raycast stops detecting stuff even though it shouldn't
Trouble with variables
How to make a player use bezier spline for code I show you?
I need help with 2d vectors always detecting an object
Particles won't play until my character jumps
Using navMeshAgent.SetDestination() breaks navMeshAgent.destination()
Target Texture stopping me from pressing buttons in game
Google Err - NoProductsAvailable
Unexpected behavior - nothing when iterating through dictionary?
Personal ScriptableObject's data delete after play-mode
Error on Player Build
Unity IAP still not working (720050)
FPS player movement problem
Script only seems to be working in one scene
please Help. Cannot Accelerate and deaccelerate.
IAP process purchase callbacks getting destroyed?
Unintended Coroutine Interactions?
Creating a custom ui slider
add two scene instead of one when using loadscene.additive
I tried to change the scene by clicking on the text, using OnPointerClick but it did not work.
Why can I only jump once with this script?
Trying to let chaser to respond when the "Player" get within range but no responds and no errors
In-App Not Working On Android Device
Destroy gameobject not happening
Time.timeScale doesn't seeme work
Running and Walking in 2d
Rotate car object slightly as it turns without changing direction of movement
UnityIP not working on IOS and Android.
Ignoring walls during ground check while using a boxcast
Object not touching ground on moving
Update to 2.2.2, have some NullReferenceException
PlayClipAtPoint() won't work
OpenIAB works fine in the Unity 2019.1.11 but it says item not found on device
Respawn Code Help!
Does this code cycle through points?
Why gameObject.SetActiv(false) is not working?
No scripts being included in builds
I could not summon my room prefab into content
Drag is not working as intended
I can't find the error in the docs!!
any fixes? (found a fix)
My game after build doesn't work?
How to generate different random numbers for Game Objects that share the same script?
What exactly am I supposed to do here?
How do I make my 2D game end?
Product does not have receipt for Non Consumable in Unity on Android
Problem with score count
NullReferenceException and i can't understand why
Keep moving independently of rotation (Blend tree)
OnTrigger not working
You need to make a change of trajectory
Unity not recognizing button press
Time is still frozen whenever I reset my level after the countdown timer runs out
Player not jumping off wall on wall jump.
Count down timer, reset bug
I'm having an issue with a player being able to rotate on Pc but not Android
Limited Mouse Movement
weird camera stutter glitch
code with serialport
2D camera not following player correctly help pls?
Rotate an Square via Script after Checking which side has the highest number
Shuffling system is broken in a match 3 game
Trying to implement basic player movement
Game Freezes IAP v1.21
OnInitializeFailed InitializationFailureReason:NoProductsAvailable (759906)
Sqlite does not work on Android. Why?!
Can some one help with MoveTowards script
Oculus Go not showing up in adb :(
Enemy Health doesn't update in build
Main camera script issue :(
render = false, prefab multiple components
Rabbit can't stop sliding
How do i make range system for my towers?
Having trouble with Player moving Left on his own
I need help with implementing ladder climb to my character control script
A sphere is hit by raycast even though i moved it beforehand
This isnt a bug but i think my script aint working (it doesnt make the pipes go progresively faster)
[2017.2.0f3] Android build crashing multiple times on launch
Clamp down! ..but in a good way.
How to prevent the character from sliding while attacking and moving in Unity?
Copy/cut > paste as child doesn't keep world position
When i press play i get a blank blue screen...
Clamping horizontal camera/mouse movement?
Error with IAP and player prefs on Android
2d Instantiate Spawner Problem
Getting collision with layer
Help regarding text on game buttons is needed pls
Update loop breaks
Camera rotation combined with smooth follow causes player character to not be in center frame
Bug with Unity IAP any fix?
Keys pressed not outputting to the console
Problems with jumping after some fixes
Replay Saving (file) working in the editor, but crashing in a build game?
Camera Slerp and RotateAround
Instantiating issues (888077)
Fixing ragdoll issues
[SOLVED] Ads are not working in Editor or Android
Implementing Google Play billing
Ball stuck using FixedUpdate
Predictive Aiming
Почему у меня получаеться добавить готовую анимацию в UNITY 2D?
OnCollisonEnter2D is not working
Null error I can't figure out. PLEASE HELP ME
IAP is restoring consumable items
How to debug a crash on a Quest 2?
Making Blocks appear from a matrix
Problem to shoot from both sides.
My scripts works sometimes and sometimes doesn't works
Volume knob rotation and degree of its fill amount image does not match.
NullReferenceException: Object reference not set to an instance of an object while declaring an arra
Raycasting to Canvas with Render Texture from Camera
How to make a 3d object "solid"
I Need help (898622)
The ray flying in the wrong direction
Unity Camera Rotation Bug when Enabling/Disabling Scripts
disappearing cards
Using Debug.Log on built projects?
Rotation causes stuttery behavoir
Bolean Problem
Unity 2022 Sprite images aren't loading correctly, only as white squares
FPS camera cannot be moved up and down when rotated if I try to tilt camera when wallrunning
Prefab Grass GameObject onto Tile
Jumping Script acting weird with colliders
Question about view area coordinates
Can't get my character to fire left when facing left
Google Play Subscription Upgrade / Downgrade
Orbital Pong: Balls stop in space after hitting a paddle. What do I do.
Unity tetris
Why is my map move speed different each time?
Script: Play sound and destroy game object
For loop used to spawn enemy objects not spawning correct amount when called from start
Editor works fine, build won't display anything.
Help with loading scene in unity 2021.3.21f1
My VR Planetary Gravity Script wont work
Tractor Beam Effect
UnityPurchasing.Initialize cannot pass initialization after completing purchase of subscription
I have trouble making raycast work with tag.
Add item to list on new level load
Failed to fetch IAP catalog due to unexpected http status code, attempting to use cache
double instantiating a prefab?
World Space Canvas button bug?
How to get an object from a list ?
Issues with completing purchase for Google Play and Apple App Store
Text box turn taking
save write CSV file from unity to adnroid device internal storage
IAP button not connecting to store in published build
Unity Test ads not showing up after build and run to Android device
Script on a prefab doesn't work after being instantiated after building
IAP is restoring consumable items
Change Scene assign new transform object
2D bullets don't face the aiming direction
Multi Turret Fire
UI Health jumps into the negative thousands. What Am I doing incorrectly?
Animation Override controller not swapping animations at runtime?
iAP Subscription issue
Help with Dictionary not working after playing unity game in editor
Seeking Assistance to MeshCombineUtility
Unity build crashing on android on startup ver: 2020.3.22f1
not getting ads
My code works, but why?
Value not subtracting and I don't know why
Unity IAP is not working on android device (837693)
my code doesn't work
My scene wont load (889318)
Camera movement feels wierd
Why doesn't my health bar initialize correctly?
Rocket Boots only work sometimes.
My cyote time script isn't working
Camera System | Interpolate Animation RESOLVED
Unity IAP Initialization Failure in Samsung Devices with One UI
Endless road game. Am I doing it right?
My Escape Button Doesn't Get Read
Issues with spawning objects randomly
Anyone Know why Do Not Destory on Load dose this
Any idea how to add idle animation?
Not all my buttons work?
Connect 4 win conditions
Scripts don't carry over to the APK when building (Please help!)
Is it a bug? PlayerPrefs.GetFloat sometime return default value even though HasKey is true.
Can't Able to Add In-App Products at Google Play Console
Platforms not continuously spawning
Shrodingers variables.
Input System not working.
Help with camera movement from touching the screen (Zoom and movement)
Can't move and rotate two bone ik contraint smoothly
transform.forward teleports my character on the axis of the key pressed
Can anyone help me with this stamina thing?
Google Play Store: Requested product is not available for purchase
How to smoothen this camera movement?
I am having an issue where the code below just will not work. I don't know the problem
Test ad visible but not real ad even with test mode turned off
IAP Codeless Button not working on Android
A strange problem with Gizmos.Draw_Something
Issues with adb logcat - Oculus Go
How do I test my Android build on my personal device before publishing?
Trying to set a camera movement with colliders
java.lang.Exception - FormatException : Input string was not in a correct format
help n00b with starting after x seconds with shader graph coroutine
How to put entire game in the safe area?
Unity Drag and Drop snap to original position
Restoring a purchase on Android
SIng up button not working
i need help with the Scene switching in my game
Jump button + down key stops player movement laterally
Help with camera and character script
URDF Importer: Robot Falling and Control Issues in Unity
My door code is spawning multiple doors when it's supposed to spawn one
Noob question (912058)
How do I go to my end scene when destroy my objects in current scene?
Why is this code not moving Player?
Really unexpected with player movement
IAP Problem on android
Some code not running
Trigger Flashing LED's based on Approaching Vehicle Position and Speed
My PlayerMovement script doesnt work when my game gets exported
How to calculate players movement based on it's rotation?
Decent Android device for testing our mobile game
How to make Game Replay work?
CheckForUpdatePeriodically warning
How a raycast detect ""something""?
2D character will not change speed
IAP problem on real devices
How can I set boolean to true?
Changing Variable names in Editor Window
Input system not working in build
Buggy velocity-augmenting (Fixed)
Null References ONLY in Build
Changing Materials of All Children
Codeless IAP, purchases automatically refunded.
Mouse look with input system
Game freezes after purchase on some samsung device
Not start purchasing process on Xperia STAMINA mode
Both players turn around at the same time
Rigidbody velocity value changes to negative when the object is rotated 180 degrees
OnCollisonEnter2D is not working
Issue with toggles in C# Unity
I don't want stacking in my inventory slots
IAP Restore - Android
Handle data between scenes
printing Android debug messages
Jump dosent work
Debugging a build
Problems with OnCollisionEnter2D & OnCollisionExit2D
Tiles not destroying on collision 2D
cant change the rate at which they spawn
Timer going below 0 but nothing happens. PLS HELP [SOLVED]
Remove GameObject from List and Destroy
Detect collision of an object that is inside an empty object with another object
Unity IAP payment interface won't appear
Modifying IAPButton with Receipt validation
Fixing Rendering Behind/Below/Above/In-Front for Pseudo-2D Top Down Platforming
Gap between initiated objects
Help with Unity Movement System (936721)
Calculating the normal of a Triangle
NavMesh agents clumping together at the center of the scene
How do I know if a payment was successful or not?
Rotate the camera smoothly around an object.
ScreenToWorldPoint not working (914838)
Rail Grinding Help
3D Platforms change when jumping
Can anyone confirm that Unity native videoplayer won't play videos on the Amazon Firestick?
Bug - GetKeyDown not registering
Unable to retest IAP after refund in Google Play Console
how can i find xAxis and yAxic of enemy with script
Remote Config doesn't work on devices
Timer Code Not Working But Having No Errors
PlayerPref Not Loading Data
Camera Control Script Not Working.
ViewportPointToRay way to ignore collision on player object?
Jumping sets back momentum
Enemy instead of following me, he flies away
How to spawn object in procedural world generation
dictionary dosent update
'Timeout.neverSleep' is not work...
Finding parent constraint offset
Animator in abstract class returns null
Collision issue (906388)
Hi, im started use Unity 2D today and i cannot make my character jump with Raycast 2D, i need help
Unity (test)Ads works in Editor, but not in Android Build. Help
Script Component Not Being Added To GameObject On Project Initialization (923634)
Clamp Code Not Working
Are blender created FBX models/clothes problematic in Unity 2021.3.x?
Cannot split mesh up into different parts
My script isn't working ı'm begınner
Need Help with infinite background skipping.
movement not not getting triggered but debug.log is
Collision not being detected by code.
Loading and unloading multiple scenes with AsyncOperation
WebGL huge performance lost when deffault 3d object added (Only on Safari)
Objects spawning at the horizon takes too long to reach player.
CameraHandler
the player I made is not moving after I implementing animation please solve this
IAP -goole pay (BuyProductID FALL .Not initialized)
Laser Beam with raycast and line renderer bug. Help needed.
Sprite not changing via script
My player not Jumping while moving right
UI element shows up on my phone but not others?
Method called by UI button fails but works when called from script
2D Sprite spawning problem
URGENT: Coding actions, other than movement or jumping?
Help with clamping my rts camera controller
Crashing on the microgame tutorials on Steam Deck
Deleted GameObject and attached script causing error in build log
Picking Weapon Issue
Black screen on android using PostProcessing.
fading two canvases simultaneously.
Bug when building game to Android
Generating objects
Using vuforia, I am trying to change the color of the material "InnerWalls" but it does not work.
How to make player not able to move in direction of wall if he will collide with him on next step?
object not showing in the simulator tab
rectangle in a 5x5 grid
Fungus not working when making a unity build
(SOLVED) Top Down Movement Not Working For Sprite. Help??
Issue after upgrading to Pro
Need help with Raycast and Platform effector
All my models are glitching
Save/Load terrain alphamap issue
Text Not Updating (886303)
How to stop main background music on game over and play the game over sound?
Instantiated Player's Child Objects change Position Automatically
Camera tracking system
IAP Not displayed
Scene "Is Loading"/ "Not Loaded" Bug
Player doesn't shoot in the mouse direction when moving.
Peices of a ball keep flying to the left.
C# Unity Math help, object instantiate positions
Need some help with IAP
Slider doesn`t work
Unity Texture 2D from Uint64List byte[]
My player moves back after i stop any input
Problems instantiating
Vector2.Distance sometimes wrong values?
Unity IAP is not being initialized on some devices.
Brackeys movement Not working
accessing bool from another class not working
Destroy(this.gameObject) issue...
Problem Calling Animation
A force prevents me from displaying ads...
unity 2d image render from script
Character doesn't move when keys are pressed
invisible objects?
Unity Troubleshooting Tips
Bhopping code issues
How do I fix my player movement code?
GO Array seems to have more in it then intended to have ?
Screen game turns gray when launch after build
IAP game not even startin on android
What is correct version of ADS integration guide for Unity Ads for 2019.2.6 version?
Why is this code in LateUpdate() not working?
Not receiving subscription receipts on Android
***URGENT*** Codeless IAP - Players are Charged But Not Rewarded
Help me (911877)
IAP Subscription setup question
Issue with game objects swapping in/out
Can't get input from keyboard while holding another button and going vertical
Purchases working in Editor not on phone
I have a problem (935903)
Character sinks through the floor and walls just start floating around
Re-Set Integer
My enemies wont take damage?
Can't run Ads on Android.
yet another newbie failing at making flappy bird
Can Unity run past exit methods in a new runtime?
Moving towards target while avoiding obstacles (scene independant)
Why is this script not working (909300)
I need my shell's explosion timer to start on collision, but nothing happens.
My game installs but crashes at startup
Why my rigidbody fall down very slow?
Issues on top down shooter
Double Spend Issue
Unity 2021.03.1 Mouse y-axis locked only in build
How to get Unity IAP version programmatically
[2D Top Down] How to increase speed of player sprite movement?
My Character Can Only Jump When Not Walking (Need Help)
Help with dialogues
is there anything wrong with my code
Need help calculating this Vector direction, please
Apk crashes on start
Player "look direction" resetting when player not moving
User GPS to 2D Map
Unity IAP 2.0.0 works fine on Unity Game Mode, but not working on Android device
how to get the speed of a gameobject foreach in an array?
Name Multiplayer
Code dose not work
Unity Android expert needed?!?
Fail to create save file in a new thread on Android
How can i fix animation looping after it reaches to exit ?
Error #2, help me
Mandelbrot set
Issues with holes generating at some of the highest and lowest points in marching cubes terrain
Cannot get IAP to work
My ship wont move on
Help with point position
Android - is field purchaseState in receipt Payload reliable?
Daydream (VR) subscription support.
ERROR: PRODUCT NOT AVAILABLE FOR PURCHASE
Mouse follower resolution problems
Can't figure out mesh bug in Procedural Landmass tutorial from Sebastian Lague
Jump works but the bool to check it not
My int won't update to Text Mesh Pro
My Weapon Switching is broken
Unity IAP becomes broken after Init without Internet
Smooth Camera Rotation After 2 Seconds (884467)
Toggle won't save changes when using PlayerPrefs.
Sprite = null, but yet it stays...
Camera not rotating (936688)
void only executing parts of the code
Camera won't move Up and Down
Баг в настройках юнити
Unity Build Problems
LayerMask not getting assigned properly through script
I apologize if this is the wrong thread, but getkey is not working.
Why is the Opened bool not going off?
Trouble with camera, standing, walking, and running
AR Foundation Prefab placement
Issue with while loop
Character sinking into ground
The game doesn't work the same when I reload the scene
Index Error at the ends of array ( under start and over end )
Player Object Bounces up and down between the rotations of 60 and -120 on the Y-Axis
Am I doing this right? I'm, trying to start an engine using a button. The button on the inspector ha
Why Raycast move more objects?
My car can't go up ramps very well
3D grid parent
Normalized doesnt work
How to stop the object if it get collided with other object
I want to change the button I use to make my grappling hook shoot but I can't seem to get it to work
Scenes are not Loaded correctly
My Game is crash can you help me ?
Movement help (915492)
How to make an image apear and disapear when a random value is set.
Controlling Camera for Topdown
How Can I trigger a particle
Multiple GameObjects that use the same script?
[HELP] Platform corner detection not working with rotation
Slight pause before jump
Restrict Camera Pan
Tile sprite changing by themselves
Need help with Scripting error
detecting collision between gameObject and TileMap
How to get stack trace file on Android?
2 Touch Joysticks
Trouble with applying wall jump forces for platformer
Question about ScriptableObject
Can't load third scene
Building unity game breaks everything
having trouble with LeanTween and coroutines
Problems with infinite BlockPlacements
Collectible works when dragged into scene from asset window but not when instantiated with script?
Odd instantiation issue (is it a bug?)
How to draw line between 2 hits?
Issues changing to horizontal and vertical sprites when using on-screen joystick...
Player not jumping on 2d tile map
Camera Rendering Issue in Realistic Car Controller V3.53 On Reset Orbit Rotation After 2 Seconds
using Vector2 Movetowards not working
Code works on my laptop but not on my desktop, using GitHub to share files
What does IStoreController.products actually return?
A blocking space/collider prevents the player from jumping, how do we remove it ?
Camera problems (898470)
Line Segment intersect bool lets intersecting lines through
Animation effect lost when using Corroutine
Build and run does not the same thing as in the editor
Why OnTriggerEnter2D doesn't work (924103)
my infinite 2d world stop spawning
Character going to the ground at the end of the route
Convert GPS position to Vector3 (X, Y, Z)