How To - Capturing Device Logs on iOS

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 iOS device attached via USB to your Mac development system. Only Development Builds can be debugged this way, it’s not possible to easily view the logs of a released iOS app. You can view the system logs of released apps using the XCode console, but not output from Debug.Log

To view Debug.Log output from a Unity app:

  • In Unity, build to iOS with Development Build selected in Build Settings
  • Open the project in XCode. It is assumed here that you have a Provisioning Profile configured.
  • Build and run the app on the device (Command+R)
  • Open the console output window (View/Debug Area/Activate Console
  • In addition to the System output messages, you will also see your Debug.Log output here.
  • You can use the Filter option at the bottom of this window to limit the text output
  • Copy the output and paste into a text editor
10 Likes
Noob question (912058)
Why is this code not moving Player?
Help with weird variable issue
"ProcessPurchase" not being called after calling "RestorePurchases" on iOS (4.6.0 and 4.5.2)
Really unexpected with player movement
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
Particle system breaks animations
When instantiate a clone why does value inside the script got multiply?
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
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.
Store initializing lag spike
How to make a rotatearound ping pong direction and speed changing behavior?
TestFlight build always crashes on launch screen?
PlayerPrefs.get or set not work help me :(
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
Promoting In-App Purchases
player launches
Problems with Drag and Drop system in Unity
"NullReferenceException" with Instantiate()
Blue camera screen in scene view
Error in IAP on iOS is causing APP rejection.
Unity Fixed Joystick issues with new game
Shooting in only one direction?
New to Unity - Basic sprite moves by itself without physics
find terrian with tag?
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
How do I retrieve IAP price from Codeless IAP for use in scripts?
Unity Freezes Whenever I Remove A Null Element From A List
Submeshes not working [SOLVED]
Codeless IAP failing to work in iOS build from xCode (Unity)
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
InApp auto restore
How to fix spawn position issue of a game objects and update score every click?
[SOLVED] Binary Rejected for InApp Purchases (iOS)
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?
Sandbox test on iPhone are not working
Someone knows why this happens?
Why my leantween animation works in Unity editor but not on my Android device
Help with audio selection
Platformer Character Turning Around - Rotating 180 on the y-axis VS Flipping the X on the Sprite
URDF Importer: Robot Falling and Control Issues in Unity
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.
Having Trouble with Unity IAP on IOS, Please Help
Problem with the animation of the movment in Unity2D
Cancel async AssetReference instantiation on scene change.
Edge Camera Rotation + Follow Script
SqLite database problem during build and run
While loop crashing (927778)
Shooting mechanic help
The Game Over Canvas won't active
Glitching 2D sprite OnMouseDrag and randomly resetting to initial position on MouseUp
Mathf Max and Min methods not working as intended
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
iOS not pulling data
How to limit camera rotation angle
If statement getting executed when conditions are not met
Grappling Gun with Raycast2D
Click on an object and have it trigger code on another game object...
Gun, if i press "shoot" key during shooting it will shoot again when the animation ends
Unity VR Development bug
Please help (908169)
I want 2D collider behavior to change after the first collision (maybe trigger plus collider?)
DeObfuscate not implemented
Unity codeless IAP works in editor and nothing happens on iphone
Tower defense, torret rotation for sprites.
Dash Ability Not Working
ArgumentException: Cannot set currency to an empty or null string
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
character jumps to high in air pls help!
[Solved]iOS Restore ProcessPurchase Fail
Player not moving?
IndexOutOfRangeException: Index was outside the bounds of the array. (wrapper managed-to-managed) Sy (920475)
DontDestroyOnLoadObject Spawning At Previous Position
Codeless IAP 1.23.2 Restore Workflow
Separated Random value for each enemy
GetComponent won't work when I try to use other script.
Building game seems to remove animator transitions?
Type cannot be found: BuildingTypeSO, containing fie and class name must match.
Calling Android/Java methods from Unity C# script using AndroidJavaObject is not working
Large memory usage when restoreing a lot of items(iOS)
First Person to Top-Down View
Object Reference not set to an instance of an object (926972)
Projectile firing directions affected by player position in world
Image Cycle Script...
Handling multiple asynchronous events in a Coroutine
Can't move the camera vertically
2D Dash not Working
[Resolve]Unity iap and European Strong Customer Authentication (SCA) / Interrupted purchases
Array Elements aren't loaded until the object the script is attached to is selected in the hierarchy
Detect 3D Collision using filter
How do i fix this? (931167)
Unity Codeless IAP IOS Calls the purchase complete method on startup
Raycast Mesh Collider issue
Issues with TestFlight IAP restores (non-consumable)
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
[SOLVED] Coroutine not working properly
Saving player position and scene
Need help on Particle System not playing on GameObject
enemy moving weirdly with terrain
Is There Any Way To Make This Better?
Script bug when game object is selected in editor at runtime.
How to re-initlaize IAP on iOS device on a running game?
Saving and loading json to build geometry
Unwanted Code Delay In Car Controller
Raycast going in completely the wrong direction
Problem with moving (919913)
Desperate for Dialogue System Help
Trouble with the air attack in a beat em up 2D game
Boolean starting and staying true when its initialized as false
Object loses Inspector objects When Scene Changes
Camera rotation limit
Ios app approved but IAP not working in production
Problems with Enemy raycasting/hit detection
Character phasing through Tiles
auto shooting with raycast doesn't register damage
Update() doesn't update the metarial color after one time.
Machine Learning
unity iap localized price incorrect currency ios
Object not loading
Help with PlayerPrefs (929568)
IAP Sandbox 21105, is this a problem
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
Players not spawning into game, Please help!
Line renderer flickers when updated its positions
Particle Effect on Player Death [HELP]
Re-Subscribe from AppStore does not get a response from UnityIAP for specific accounts.
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
Issue with Black Screen in Unity App Scene
why is the texture not applied on the cube?
bug or script error?
Completely lost on adding a jump buffer and coyote time.
iOS purchase receipt validation. How?
My Game Is Not Detecting PlayStation Controllers Once Built
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
Some code not running
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
Trigger Flashing LED's based on Approaching Vehicle Position and Speed
How do I disable wallSlide if the player was touching the ground and wall when they jumped?
Particles And Vector3 Not Turning Back On
Can't export to pc
My PlayerMovement script doesnt work when my game gets exported
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
How to calculate players movement based on it's rotation?
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
How to make Game Replay work?
KeyNotFound Exception Error
Help with powerup
Saving player data between scenes
How a raycast detect ""something""?
2D character will not change speed
I think I have an infinite loop somewhere
Tilemap Alignment
Trying to add 3D object to grid?
VR collider show/hide text
Help with player movement (933754)
I have problem with vectors
Loader screen stay on my screen on iphone
How can I set boolean to true?
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
Changing Variable names in Editor Window
HELP NEEDED; Found a small bug, but can fix what seems to be simple
Input system not working in build
Unable to load texture from server in iOS
cinemachine error!!!
Buggy velocity-augmenting (Fixed)
Coroutine in not working
Null References ONLY in Build
[Help] Character not moving when expected to
Position issue?
IAP 1.23.1 OnPurchaseFailed Unknown
My buttons only work if pressed twice
Changing Materials of All Children
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
SetApplicationUsername does not work on AppleExtensions
Turning off Interactable UI's After Use
Knife animation not displaying
My Game Build Problems
Mouse look with input system
About effect of dissolving/generating by Mathf.Lerp
IsGrounded property of Character Controller in Unity weird behaviour - 2 different values
Looking tips on fixing targeting state behavior (Video and example project included)
Collisions happening but can't find object in code?
Both players turn around at the same time
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
Rigidbody velocity value changes to negative when the object is rotated 180 degrees
Unity IAP (757413)
Audio not playing (880180)
OnCollisonEnter2D is not working
hi, i can't jump in my game
Mesh.GetTriangles, applyBaseVextex parameter change anything
Issue with toggles in C# Unity
Weird problem (904452)
I don't want stacking in my inventory slots
Raycast ?
Unity is giving error 'InvalidOperationException: Specified port is not open.'
Tilemap Collider not Colliding
Handle data between scenes
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.
Jump dosent work
Debugging a build
Character double jumps
Problems with OnCollisionEnter2D & OnCollisionExit2D
APP rejected for iap (900909)
Wheel colliders behave very strangely
Tiles not destroying on collision 2D
UNITS ADS NOT WORKING!!!
Problem with a jump button for mobile
cant change the rate at which they spawn
2D Character only moving foward
Help with an object's child rotation
Timer going below 0 but nothing happens. PLS HELP [SOLVED]
Remove GameObject from List and Destroy
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
Detect collision of an object that is inside an empty object with another object
Script to reference GameObject not working on Mobile test?
iOs 13 - systematic crash (759234)
Get a specific edge on a mesh triangle
Status Conditions Text not showing in Battle Hud?
collision is not always detected
Character Controller jump not working
Fixing Rendering Behind/Below/Above/In-Front for Pseudo-2D Top Down Platforming
Destroying all gameobjects while intending to only destroy the one being interacted with
WebGL Script Is Not Running
Gap between initiated objects
Player Character walking off screen, then snapping back to border after switch to new input system
Help with Unity Movement System (936721)
Minigame 'spawn'
Calculating the normal of a Triangle
Input.GetKeyDown doesn't fire when caret key is pressed
how to resize window with correct mouse position?
NavMesh agents clumping together at the center of the scene
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
Rotate the camera smoothly around an object.
Can't scroll or zoom
ScreenToWorldPoint not working (914838)
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
Rail Grinding Help
Can anyone confirm that Unity native videoplayer won't play videos on the Amazon Firestick?
3D Platforms change when jumping
Character won't stop rotating!
OnPlayerJoin - move to position
OnTriggerEnter not OnTriggerEntering... I think
how to send list data when spawn prefab
Bug - GetKeyDown not registering
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
how can i find xAxis and yAxic of enemy with script
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?
Timer Code Not Working But Having No Errors
Can't stop enemy spawn on Game Over
My scene wont load (889318)
Inventory Item Stacking Problem
IAP: BuyProductID: FAIL. Not initialized In-App Purchases error
PlayerPref Not Loading Data
What should i do with my projects movement system?
BUILD ADDITION NUMBER
Camera Control Script Not Working.
Disabled collider still stopping gameobject
Diagonal Animation Faster than not diagonal animation
ViewportPointToRay way to ignore collision on player object?
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
Jumping sets back momentum
dictionary dosent update
Enemy instead of following me, he flies away
How to spawn object in procedural world generation
I can't make a Raycast2D detect a specific layer
Jumping is glitched for me, pls help.
[MIRROR] Debugs in RPC working but not code
'Timeout.neverSleep' is not work...
Message from Nodejs websocket to Unity
FindIntersectingLine, including spaces!
Animator in abstract class returns null
Finding parent constraint offset
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
Collision issue (906388)
Can I use two Raycasts in an Update() method?
importing unity made asset messed up rigidbodies.
Hi, im started use Unity 2D today and i cannot make my character jump with Raycast 2D, i need help
i have a problem when i press play GameObject gets destroyed
can someone help me with my code
Script Component Not Being Added To GameObject On Project Initialization (923634)
Coroutine isn't executed
Unity Cinemachine Stopped Working; Doesn't look at the Look At Target
Clamp Code Not Working
Destroying Resources Asset not reachable again!
Are blender created FBX models/clothes problematic in Unity 2021.3.x?
Material stretch
Cannot split mesh up into different parts
shooting and Stop Movement and change animation
My script isn't working ı'm begınner
Need Help with infinite background skipping.
Cant seem to see the problem
movement not not getting triggered but debug.log is
Collision not being detected by code.
Joystick Lag and Delay
Loading and unloading multiple scenes with AsyncOperation
Unity Build Skipping Scenes
Can't remove Unity IAP from my iOS project
Issue with instantiated prefab location
WebGL huge performance lost when deffault 3d object added (Only on Safari)
Text Not Updating (886303)
Problem with RTS style camera. It moves alone. Why?
LoadScene problem (897612)
Unity IAP Services not Working in my release App since iOS 13.4. The purchase dialog does not show.
Objects spawning at the horizon takes too long to reach player.
Jump Does Not Work In My Script Can Someone Help?
Combinations of Static Functions Causing Unexpected Results
CameraHandler
[Solved] Nothing is being saved by my custom system
Player doesn't return to the same after transform (script used for moving platform)
the player I made is not moving after I implementing animation please solve this
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?
Laser Beam with raycast and line renderer bug. Help needed.
I can't change the text inside the "TextMeshPro" component via Script.
Issues with TestFlight IAP restores (non-consumable)
Sprite not changing via script
when i press play my player falles to the right please help
My player not Jumping while moving right
Mi personaje no se mueve , tengo los comandos bien creo , pero mi personaje no se mueve
Diagonal speed limit in input manager & how to paste number of lines when ctrl v?
Looking for help with some code
2D A* path finding enemies not colliding with other enemies
Method called by UI button fails but works when called from script
2D Sprite spawning problem
My player controller is not working correctly
How to limit camera angle?
Animation blending logic
ProcessPurchase not called when Subscription is modified on iOS
URGENT: Coding actions, other than movement or jumping?
Scene management - loading next level
Unity can't find JSON file it didn't create itself.
Waypoint Movement Working in Editor but not Build
Help with clamping my rts camera controller
iOS don't show password window when purchase in testflight version
Crashing on the microgame tutorials on Steam Deck
I need help getting this method to work
Deleted GameObject and attached script causing error in build log
Help! PlayerPrefs
Why the program always say option is 0?
Error in pun2: RPC method 'ExitText(Boolean)' not found on object with PhotonView 1001. Implement as
Picking Weapon Issue
Character Controller Jump teleports instead of going slow up. What to do?
Black screen on android using PostProcessing.
Maybe is bug? input field leacy and tmp
fading two canvases simultaneously.
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
Bug when building game to Android
Two conditions for bool
Generating objects
OnTriggerStay not being called properly (913982)
Problem with map system in android build
Hiding inventory bug
Using vuforia, I am trying to change the color of the material "InnerWalls" but it does not work.
COLLIDER DOESNT WORK WITH BEZIER CURVE ASSET FROM STORE
GRAPPLING OR HOOKSHOT HELP
How to make player not able to move in direction of wall if he will collide with him on next step?
UI flashing to wrong position when reactivating
Restoring non-consumable
object not showing in the simulator tab
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?
Crash after UpdatedTransactions
rectangle in a 5x5 grid
Fungus not working when making a unity build
Player stops jumping after a fall
Rotation issues with new Input System
(SOLVED) Top Down Movement Not Working For Sprite. Help??
Issue after upgrading to Pro
Need help with Raycast and Platform effector
The problem with the movement of the camera of the character in the first person
UI buttons don't work on Android build but work in editor
Scriptable objects does not save boolean lists between scenes
All my models are glitching
Save/Load terrain alphamap issue
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]
[Solved] CrossPlatformValidator not returning anything
How to stop main background music on game over and play the game over sound?
problem with Static variable
Deletes Letters to Add numbers in UI
Rigidbody.Addforce... everywhere the same force value
Instantiated Player's Child Objects change Position Automatically
Why does my camera not work with this and how do I fix it?
Camera tracking system
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
Scene "Is Loading"/ "Not Loaded" Bug
If three game objects are the same color, how can I destroy them?
Unity GoogleAdmob Issues
Player doesn't shoot in the mouse direction when moving.
Unable to Restore Transactions for Live ios users
Peices of a ball keep flying to the left.
Problemas con Botones Unity
Debugging builds on iOS
How do I stop the player from scoring after its death?
Codeless in App Purchases in iOS not executing pop up in Testflight
C# Unity Math help, object instantiate positions
Can "Raycast Target" on return Keycode.none?
2D Array Result Checking?
Motion Smoothing Camera Sometimes Go's The Long Way Round
Slider doesn`t work
Issues with shape grammar code
BuyProductID Initialization Fail on iOS
Flipping Function in a Charade Game is Buggy
wrong product.transactionID on ProcessPurchase
Unity Texture 2D from Uint64List byte[]
IEnumerator being called twice
My player moves back after i stop any input
Combat Script Not Working
What happened here? Is it a bug or what?
Problems instantiating
Extremely rare error, I searched every result on google. Any idea of how to fix it?
Bugs with infinite Perlin Noise
Vector2.Distance sometimes wrong values?
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
Brackeys movement Not working
yield return web.SendWebRequest() crashes on Samsung Galaxy Tab A7 Lite
Stopping an Animation
Random dungeon generation given rooms?
accessing bool from another class not working
Mobile game: issues on android but not in editor?
Destroy(this.gameObject) issue...
top down aiming
Using function from another script returning NullReferenceException and not running
Full Tutorial for Codeless IAP for IOS?
Problem Calling Animation
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
unity 2d image render from script
Generating and Accessing CSV Files in Unity Mobile
invisible objects?
Character doesn't move when keys are pressed
How do I run and initiate a specific script of a prefab ?
Why does the Android Express Login for Facebook never work?
Unity Troubleshooting Tips
Double Jump turns into Triple Jump sometimes in unity 2021
How do I do headshots
Bhopping code issues
How do I fix my player movement code?
Camera Help (934330)
This Drag And Drop Script Isn't Working
GO Array seems to have more in it then intended to have ?
Gravity pulls me up?
How to make sword rotate with player
Screen game turns gray when launch after build
Dialog system issue
Double jump with pointer down
Seeking Assistance to MeshCombineUtility
What is correct version of ADS integration guide for Unity Ads for 2019.2.6 version?
OnTriggerEnter not doing anything
Collection system
SetActive not work on device
Why is this code in LateUpdate() not working?
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
Help me (911877)
Particles won't play until my character jumps
Unity Ads Not Working At All
iOS IAP’s not working.
IAP Subscription setup question
Using navMeshAgent.SetDestination() breaks navMeshAgent.destination()
Issue with game objects swapping in/out
Target Texture stopping me from pressing buttons in game
Can't get input from keyboard while holding another button and going vertical
Unexpected behavior - nothing when iterating through dictionary?
Personal ScriptableObject's data delete after play-mode
Error on Player Build
I have a problem (935903)
FPS player movement problem
Script only seems to be working in one scene
Character sinks through the floor and walls just start floating around
please Help. Cannot Accelerate and deaccelerate.
Unintended Coroutine Interactions?
Re-Set Integer
IAP Looses callbacks when reload scene
My enemies wont take damage?
add two scene instead of one when using loadscene.additive
Creating a custom ui slider
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
yet another newbie failing at making flappy bird
Destroy gameobject not happening
Time.timeScale doesn't seeme work
Running and Walking in 2d
Moving towards target while avoiding obstacles (scene independant)
Rotate car object slightly as it turns without changing direction of movement
Why is this script not working (909300)
Ignoring walls during ground check while using a boxcast
I need my shell's explosion timer to start on collision, but nothing happens.
IAP buttons not working IOS
Object not touching ground on moving
PlayClipAtPoint() won't work
iOS purchase restore issue
My game installs but crashes at startup
Why my rigidbody fall down very slow?
Respawn Code Help!
Issues on top down shooter
Does this code cycle through points?
InApp auto restore
Why gameObject.SetActiv(false) is not working?
No scripts being included in builds
I could not summon my room prefab into content
Unity 2021.03.1 Mouse y-axis locked only in build
Drag is not working as intended
I can't find the error in the docs!!
How to get Unity IAP version programmatically
any fixes? (found a fix)
[2D Top Down] How to increase speed of player sprite movement?
My game after build doesn't work?
How to generate different random numbers for Game Objects that share the same script?
My Character Can Only Jump When Not Walking (Need Help)
What exactly am I supposed to do here?
How do I make my 2D game end?
Help with dialogues
Problem with score count
is there anything wrong with my code
NullReferenceException and i can't understand why
Need help calculating this Vector direction, please
Keep moving independently of rotation (Blend tree)
OnTrigger not working
You need to make a change of trajectory
Unity not recognizing button press
Player "look direction" resetting when player not moving
Time is still frozen whenever I reset my level after the countdown timer runs out
User GPS to 2D Map
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
[RESOLVED]xcode :( iOS build. I am so lost. I could almost cry. Any help really appreciated
Limited Mouse Movement
how to get the speed of a gameobject foreach in an array?
weird camera stutter glitch
code with serialport
2D camera not following player correctly help pls?
Name Multiplayer
Shuffling system is broken in a match 3 game
Rotate an Square via Script after Checking which side has the highest number
Code dose not work
Trying to implement basic player movement
App crashes upon clicking on ads button on iOS Devices
Fail to create save file in a new thread on Android
Can some one help with MoveTowards script
How can i fix animation looping after it reaches to exit ?
Error #2, help me
Enemy Health doesn't update in build
Main camera script issue :(
render = false, prefab multiple components
Mandelbrot set
Unity IAP init failed with InitializationFailureReason.NoProductsAvailable on iOS
How do i make range system for my towers?
Issues with holes generating at some of the highest and lowest points in marching cubes terrain
Rabbit can't stop sliding
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
Some scripts don't load in build
My ship wont move on
This isnt a bug but i think my script aint working (it doesnt make the pipes go progresively faster)
Help with point position
Clamp down! ..but in a good way.
Massive problems with IAP hackers
How to prevent the character from sliding while attacking and moving in Unity?
Firebase Crashlytics stopped working on iOS. What might be wrong?!
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?
2d Instantiate Spawner Problem
Getting collision with layer
Mouse follower resolution problems
Help regarding text on game buttons is needed pls
Update loop breaks
Can't figure out mesh bug in Procedural Landmass tutorial from Sebastian Lague
Camera rotation combined with smooth follow causes player character to not be in center frame
Jump works but the bool to check it not
Keys pressed not outputting to the console
Unity IAP works on android and in editor, but not iOS.
My int won't update to Text Mesh Pro
Problems with jumping after some fixes
My Weapon Switching is broken
Replay Saving (file) working in the editor, but crashing in a build game?
Camera Slerp and RotateAround
Instantiating issues (888077)
Fixing ragdoll issues
Not receiving purchased item right away on iPhone
Smooth Camera Rotation After 2 Seconds (884467)
Ball stuck using FixedUpdate
Toggle won't save changes when using PlayerPrefs.
Predictive Aiming
Баг в настройках юнити
Почему у меня получаеться добавить готовую анимацию в UNITY 2D?
OnCollisonEnter2D is not working
Sprite = null, but yet it stays...
Null error I can't figure out. PLEASE HELP ME
Camera not rotating (936688)
void only executing parts of the code
How to debug a crash on a Quest 2?
Camera won't move Up and Down
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.
Unity Build Problems
NullReferenceException: Object reference not set to an instance of an object while declaring an arra
Raycasting to Canvas with Render Texture from Camera
LayerMask not getting assigned properly through script
I Need help (898622)
How to make a 3d object "solid"
The ray flying in the wrong direction
I apologize if this is the wrong thread, but getkey is not working.
Unity Camera Rotation Bug when Enabling/Disabling Scripts
Why is the Opened bool not going off?
disappearing cards
Using Debug.Log on built projects?
Rotation causes stuttery behavoir
Trouble with camera, standing, walking, and running
Bolean Problem
AR Foundation Prefab placement
Unity 2022 Sprite images aren't loading correctly, only as white squares
Issue with while loop
FPS camera cannot be moved up and down when rotated if I try to tilt camera when wallrunning
Prefab Grass GameObject onto Tile
Character sinking into ground
Jumping Script acting weird with colliders
unity iap localized price incorrect currency ios
The game doesn't work the same when I reload the scene
Question about view area coordinates
Index Error at the ends of array ( under start and over end )
Can't get my character to fire left when facing left
Orbital Pong: Balls stop in space after hitting a paddle. What do I do.
IAP failing only on specific iPhone models / iOS versions
Player Object Bounces up and down between the rotations of 60 and -120 on the Y-Axis
Unity tetris
If I have a float that becomes more than one value, how do I seperate them?
Am I doing this right? I'm, trying to start an engine using a button. The button on the inspector ha
Script: Play sound and destroy game object
Why Raycast move more objects?
For loop used to spawn enemy objects not spawning correct amount when called from start
Help with loading scene in unity 2021.3.21f1
My car can't go up ramps very well
3D grid parent
My VR Planetary Gravity Script wont work
Tractor Beam Effect
Normalized doesnt work
I have trouble making raycast work with tag.
How to stop the object if it get collided with other object
Add item to list on new level load
I want to change the button I use to make my grappling hook shoot but I can't seem to get it to work
double instantiating a prefab?
How to get an object from a list ?
Scenes are not Loaded correctly
World Space Canvas button bug?
Issues with completing purchase for Google Play and Apple App Store
My Game is crash can you help me ?
Text box turn taking
Movement help (915492)
save write CSV file from unity to adnroid device internal storage
How to make an image apear and disapear when a random value is set.
Controlling Camera for Topdown
Script on a prefab doesn't work after being instantiated after building
How Can I trigger a particle
Change Scene assign new transform object
2D bullets don't face the aiming direction
Multiple GameObjects that use the same script?
Multi Turret Fire
UI Health jumps into the negative thousands. What Am I doing incorrectly?
Animation Override controller not swapping animations at runtime?
[HELP] Platform corner detection not working with rotation
Slight pause before jump
Help with Dictionary not working after playing unity game in editor
Rejected from Apple App Store - IAP failing
Seeking Assistance to MeshCombineUtility
Restrict Camera Pan
Unity build crashing on android on startup ver: 2020.3.22f1
not getting ads
Tile sprite changing by themselves
Need help with Scripting error
My code works, but why?
Value not subtracting and I don't know why
detecting collision between gameObject and TileMap
my code doesn't work
Camera movement feels wierd
Why doesn't my health bar initialize correctly?
2 Touch Joysticks
Rocket Boots only work sometimes.
Trouble with applying wall jump forces for platformer
My cyote time script isn't working
Camera System | Interpolate Animation RESOLVED
Question about ScriptableObject
Endless road game. Am I doing it right?
Can't load third scene
Building unity game breaks everything
Issues with spawning objects randomly
My Escape Button Doesn't Get Read
Anyone Know why Do Not Destory on Load dose this
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?
Any idea how to add idle animation?
Odd instantiation issue (is it a bug?)
How to draw line between 2 hits?
Connect 4 win conditions
Issues changing to horizontal and vertical sprites when using on-screen joystick...
Is it a bug? PlayerPrefs.GetFloat sometime return default value even though HasKey is true.
Platforms not continuously spawning
Player not jumping on 2d tile map
Camera Rendering Issue in Realistic Car Controller V3.53 On Reset Orbit Rotation After 2 Seconds
Shrodingers variables.
Input System not working.
using Vector2 Movetowards not working
Problem Upgrading Subscriptions on iOS
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
Code works on my laptop but not on my desktop, using GitHub to share files
Can anyone help me with this stamina thing?
Can user be charged for "re" buying the same subscription?
I am having an issue where the code below just will not work. I don't know the problem
How to smoothen this camera movement?
A blocking space/collider prevents the player from jumping, how do we remove it ?
Camera problems (898470)
Apple Review Reject on IAP, need help ASAP!
A strange problem with Gizmos.Draw_Something
Line Segment intersect bool lets intersecting lines through
Animation effect lost when using Corroutine
Trying to set a camera movement with colliders
IOS payment window pops up and then closes.
Build and run does not the same thing as in the editor
java.lang.Exception - FormatException : Input string was not in a correct format
help n00b with starting after x seconds with shader graph coroutine
Why OnTriggerEnter2D doesn't work (924103)
How to put entire game in the safe area?
Unity Drag and Drop snap to original position
my infinite 2d world stop spawning
SIng up button not working
Character going to the ground at the end of the route
i need help with the Scene switching in my game
Jump button + down key stops player movement laterally
Convert GPS position to Vector3 (X, Y, Z)
Help with camera and character script
My door code is spawning multiple doors when it's supposed to spawn one
Why is my map move speed different each time?
How do I go to my end scene when destroy my objects in current scene?
Code isn't working anymore
due tonight i have to complete this project, pls help!
FindObjectsOfType does not work on repeadet loads of the same Scene?

This would make more sense in the manual than pinned for everyone I would think.

3 Likes