Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. Unsupported texture format - needs to be ARGB32, RGBA32, BGRA32, RGB24, Alpha8, RGBAFloat, RGBAHalf or one of supported compressed formats.
  2. UnityEngine.Texture2D:GetPixels()
  3. TextureScale:ThreadedScale(Texture2D, Int32, Int32, Boolean) (at Assets/UJUgui/script/TextureScale.cs:40)
  4. TextureScale:Bilinear(Texture2D, Int32, Int32) (at Assets/UJUgui/script/TextureScale.cs:35)
  5. cs_ngui_player_info:imageLoaded(UITexture) (at Assets/Resources/_script/ngui/cs_ngui_player_info.cs:2712)
  6. cs_ngui_player_info:V_OnNguiBridge(Subject, Int32, ArrayList) (at Assets/Resources/_script/ngui/cs_ngui_player_info.cs:1095)
  7. cs_ngui_base:onNguiBridge(Subject, Int32, ArrayList) (at Assets/Resources/_script/ngui/cs_ngui_base.cs:549)
  8. Observer:ObsUpdate(Subject, Int32, ArrayList) (at Assets/Resources/_script/cs_observer.cs:104)
  9. Subject:SubjectNotify(Int32, ArrayList) (at Assets/Resources/_script/cs_observer.cs:80)
  10. cs_ngui_reheadshot:V_OnNguiWndEvent(aNguiEvent) (at Assets/Resources/_script/ngui/cs_ngui_reheadshot.cs:64)
  11. cs_ngui_base:onNguiWndEvent(aNguiEvent) (at Assets/Resources/_script/ngui/cs_ngui_base.cs:527)
  12. UjAddon_UIPanel:OnUjAddonForwardMessage(aNguiEvent) (at Assets/Resources/_script/UjAddon/UjAddon_UIPanel.cs:25)
  13. UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)
  14. UjAddon_NGUITools:UjNotifyGuiEvent(GameObject, String, Object, SendMessageOptions) (at Assets/Resources/_script/UjAddon/UjAddon_NGUITools.cs:14)
  15. UjAddon_ForwardEvents:send_event(NguiEventType, Object) (at Assets/Resources/_script/UjAddon/UjAddon_ForwardEvents.cs:138)
  16. UjAddon_ForwardEvents:OnClick() (at Assets/Resources/_script/UjAddon/UjAddon_ForwardEvents.cs:190)
  17. UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)
  18. UICamera:Notify(GameObject, String, Object) (at Assets/Addons/NGUI/Scripts/UI/UICamera.cs:1893)
  19. UICamera:ProcessRelease(Boolean, Single) (at Assets/Addons/NGUI/Scripts/UI/UICamera.cs:2769)
  20. UICamera:ProcessTouch(Boolean, Boolean) (at Assets/Addons/NGUI/Scripts/UI/UICamera.cs:2819)
  21. UICamera:ProcessMouse() (at Assets/Addons/NGUI/Scripts/UI/UICamera.cs:2242)
  22. UICamera:ProcessTouches() (at Assets/Addons/NGUI/Scripts/UI/UICamera.cs:2356)
  23. UICamera:ProcessEvents() (at Assets/Addons/NGUI/Scripts/UI/UICamera.cs:2069)
  24. UICamera:Update() (at Assets/Addons/NGUI/Scripts/UI/UICamera.cs:2028)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement