Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - sharky

Pages: [1]
1
Support / Re: Multiple cameras
« on: December 03, 2014, 11:06:14 am »
Yeah, that was a bug with Unity2d, thank you! :)

2
Support / Re: Multiple cameras
« on: November 27, 2014, 03:45:33 pm »
Quote
And when you try the release for the PC?
Works fine

After some tests i found that it crashes when i use 2 cameras on previous scene and also unity2d sprite on the next scene, which going to be loaded. Apparently it is problem of unity2d in 4.3 and i need to update. So it works right now without crashes with as much camera as i want to create.

3
Support / Re: Multiple cameras
« on: November 26, 2014, 03:45:16 pm »
Application crashes only in release build on device (it works perfectly when i try development build), so the only thing i could get is sigsegv error from logcat referred to some unity internal code.  I can simply reproduce this error with enabling and disabling tk2dcamera.
I assume the core problem is probably in my scene, which crashes on loading, and i will try to remake it somehow. But also wanted to ask about some good manners in using multiple cameras? Like i set culling masks layers and depth to each of them, so none will draw not "their" sprite. But this is all i've done.

4
Support / Multiple cameras
« on: November 26, 2014, 03:17:04 pm »
Hello people and first of all i wanna say thanks for 2dtoolkit and its cameras.
I wanted to ask if there are some general tips and rules about using several cameras in scene (except those at camera page in official unity documentation), or maybe particular about tk2dcameras?
My project crashes during loading scene in release build and it seems to be related to cameras, because when i deactivate additional camera on previous scene everything goes pretty well (and again, when i activate camera, game crashes). I assume i miss something important.

Pages: [1]