Author Topic: problem with uidrag object  (Read 3282 times)

pcutile

  • Jr. Member
  • **
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 81
    • View Profile
problem with uidrag object
« on: November 19, 2013, 12:53:57 PM »
i get this error when use it..
UnityEngine.Camera.WorldToScreenPoint (Vector3 position) (at C:/BuildAgent/work/ea95e74f6e5f192d/Runtime/ExportGenerated/Editor/UnityEngineCamera.cs:330)

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: problem with uidrag object
« Reply #1 on: November 19, 2013, 08:33:05 PM »
That doesn't tell me much. It just points to Unity's code. You need to provide a lot more information than this. I suggest attempting to Debug.Log what's being passed to WorldToScreenPoint.