I've posted on the forums but nobody replied so I don't know whether it's only happening to me. Since unity 3.3 the ipad keyboard orientation always popups vertically. It doesn't matter if I set the orientation on landscape mode on Unity project properties.
ironically on the iphone it works perfectly, it only happens on the ipad.
Anyone else seen this problem?
Joaquin
*Joaquin Grech Gomendio*
*International MBA & Computer Scientist. IE Business School & NYU*
> I've posted on the forums but nobody replied so I don't know whether it's only happening to me. Since unity 3.3 the ipad keyboard orientation always popups vertically. It doesn't matter if I set the orientation on landscape mode on Unity project properties.
> ironically on the iphone it works perfectly, it only happens on the ipad.
> Anyone else seen this problem?
> Joaquin
> Joaquin Grech Gomendio > International MBA & Computer Scientist. IE Business School & NYU > http://www.joaquingrech.com/
> -- > You received this message because you are subscribed to the Google > Groups "Unity3D Developers" group. > To post to this group, send email to unity3d-developers@googlegroups.com > To unsubscribe from this group, send email to > unity3d-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/unity3d-developers?hl=en
Is this a known bug? I'm wondering because I submitted it as a bug and nobody replied. On the forums nobody said anything either. I'm surprised that nobody noticed it on ipad if it's a real bug.
*Joaquin Grech Gomendio*
*International MBA & Computer Scientist. IE Business School & NYU*
> On Apr 20, 2011, at 5:14 AM, Joaquin Grech wrote:
> hi there,
> I've posted on the forums but nobody replied so I don't know whether it's > only happening to me. Since unity 3.3 the ipad keyboard orientation always > popups vertically. It doesn't matter if I set the orientation on landscape > mode on Unity project properties.
> ironically on the iphone it works perfectly, it only happens on the ipad.
> -- > You received this message because you are subscribed to the Google > Groups "Unity3D Developers" group. > To post to this group, send email to unity3d-developers@googlegroups.com > To unsubscribe from this group, send email to > unity3d-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/unity3d-developers?hl=en
> -- > You received this message because you are subscribed to the Google > Groups "Unity3D Developers" group. > To post to this group, send email to unity3d-developers@googlegroups.com > To unsubscribe from this group, send email to > unity3d-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/unity3d-developers?hl=en
> Is this a known bug? I'm wondering because I submitted it as a bug and nobody replied. On the forums nobody said anything either. I'm surprised that nobody noticed it on ipad if it's a real bug.
> Joaquin Grech Gomendio > International MBA & Computer Scientist. IE Business School & NYU > http://www.joaquingrech.com/
> On Wed, Apr 20, 2011 at 2:01 PM, Elliott Mitchell <e...@vermontdigitalarts.com> wrote: > Something similar happened to us yesterday. Dan fixed it some how. He is CCed on this email.
> Elliott > ----------------------------------
> Elliott Mitchell
> President / Creative Director > Vermont Digital Arts, LLC
> On Apr 20, 2011, at 5:14 AM, Joaquin Grech wrote:
>> hi there,
>> I've posted on the forums but nobody replied so I don't know whether it's only happening to me. Since unity 3.3 the ipad keyboard orientation always popups vertically. It doesn't matter if I set the orientation on landscape mode on Unity project properties.
>> ironically on the iphone it works perfectly, it only happens on the ipad.
>> Anyone else seen this problem?
>> Joaquin
>> Joaquin Grech Gomendio >> International MBA & Computer Scientist. IE Business School & NYU >> http://www.joaquingrech.com/
>> -- >> You received this message because you are subscribed to the Google >> Groups "Unity3D Developers" group. >> To post to this group, send email to unity3d-developers@googlegroups.com >> To unsubscribe from this group, send email to >> unity3d-developers+unsubscribe@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/unity3d-developers?hl=en
> -- > You received this message because you are subscribed to the Google > Groups "Unity3D Developers" group. > To post to this group, send email to unity3d-developers@googlegroups.com > To unsubscribe from this group, send email to > unity3d-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/unity3d-developers?hl=en
> -- > You received this message because you are subscribed to the Google > Groups "Unity3D Developers" group. > To post to this group, send email to unity3d-developers@googlegroups.com > To unsubscribe from this group, send email to > unity3d-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/unity3d-developers?hl=en
Then after you build open info.plist in XCode and delete the extra orientations under UISupportedInterfaceOrientations. Unfortunately the info.plist file gets overwritten every time you build so you may want to try making the file read only.
> On Apr 20, 2011, at 5:14 AM, Joaquin Grech wrote:
>> hi there, >> I've posted on the forums but nobody replied so I don't know whether >> it's only happening to me. Since unity 3.3 the ipad keyboard >> orientation always popups vertically. It doesn't matter if I set the >> orientation on landscape mode on Unity project properties. >> ironically on the iphone it works perfectly, it only happens on the ipad. >> Anyone else seen this problem? >> Joaquin
>> */Joaquin Grech Gomendio/* >> /International MBA & Computer Scientist. IE Business School & NYU/ >> /http://www.joaquingrech.com//
>> -- >> You received this message because you are subscribed to the Google >> Groups "Unity3D Developers" group. >> To post to this group, send email to >> unity3d-developers@googlegroups.com >> <mailto:unity3d-developers@googlegroups.com> >> To unsubscribe from this group, send email to >> unity3d-developers+unsubscribe@googlegroups.com >> <mailto:unity3d-developers+unsubscribe@googlegroups.com> >> For more options, visit this group at >> http://groups.google.com/group/unity3d-developers?hl=en
i already did the code. But the info.plist should not be overriden, or if it was it should be with the values on the unity3d project settings which is set to landscape, right?
*Joaquin Grech Gomendio*
*International MBA & Computer Scientist. IE Business School & NYU*
> You want all of them to be false except for one.
> Then after you build open info.plist in XCode and delete the extra > orientations under UISupportedInterfaceOrientations. Unfortunately the > info.plist file gets overwritten every time you build so you may want to try > making the file read only.
> -Dan
> On 4/20/2011 8:01 AM, Elliott Mitchell wrote:
> Something similar happened to us yesterday. Dan fixed it some how. He is > CCed on this email.
> Elliott > ----------------------------------
> Elliott Mitchell
> President / Creative Director > Vermont Digital Arts, LLC
> On Apr 20, 2011, at 5:14 AM, Joaquin Grech wrote:
> hi there,
> I've posted on the forums but nobody replied so I don't know whether it's > only happening to me. Since unity 3.3 the ipad keyboard orientation always > popups vertically. It doesn't matter if I set the orientation on landscape > mode on Unity project properties.
> ironically on the iphone it works perfectly, it only happens on the ipad.
> -- > You received this message because you are subscribed to the Google > Groups "Unity3D Developers" group. > To post to this group, send email to unity3d-developers@googlegroups.com > To unsubscribe from this group, send email to > unity3d-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/unity3d-developers?hl=en
> -- > You received this message because you are subscribed to the Google > Groups "Unity3D Developers" group. > To post to this group, send email to unity3d-developers@googlegroups.com > To unsubscribe from this group, send email to > unity3d-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/unity3d-developers?hl=en
> i already did the code. But the info.plist should not be overriden, or if it was it should be with the values on the unity3d project settings which is set to landscape, right?
> Joaquin Grech Gomendio > International MBA & Computer Scientist. IE Business School & NYU > http://www.joaquingrech.com/
> On Wed, Apr 20, 2011 at 3:56 PM, Dan Konieczka <kanoos...@hotmail.com> wrote: > Joaquin,
> One thing You may want to try is first in the awake functions of one of your first scripts put in:
> You want all of them to be false except for one.
> Then after you build open info.plist in XCode and delete the extra orientations under UISupportedInterfaceOrientations. Unfortunately the info.plist file gets overwritten every time you build so you may want to try making the file read only.
> -Dan
> On 4/20/2011 8:01 AM, Elliott Mitchell wrote:
>> Something similar happened to us yesterday. Dan fixed it some how. He is CCed on this email.
>> Elliott >> ----------------------------------
>> Elliott Mitchell
>> President / Creative Director >> Vermont Digital Arts, LLC
>> On Apr 20, 2011, at 5:14 AM, Joaquin Grech wrote:
>>> hi there,
>>> I've posted on the forums but nobody replied so I don't know whether it's only happening to me. Since unity 3.3 the ipad keyboard orientation always popups vertically. It doesn't matter if I set the orientation on landscape mode on Unity project properties.
>>> ironically on the iphone it works perfectly, it only happens on the ipad.
>>> Anyone else seen this problem?
>>> Joaquin
>>> Joaquin Grech Gomendio >>> International MBA & Computer Scientist. IE Business School & NYU >>> http://www.joaquingrech.com/
>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Unity3D Developers" group. >>> To post to this group, send email to unity3d-developers@googlegroups.com >>> To unsubscribe from this group, send email to >>> unity3d-developers+unsubscribe@googlegroups.com >>> For more options, visit this group at >>> http://groups.google.com/group/unity3d-developers?hl=en
> -- > You received this message because you are subscribed to the Google > Groups "Unity3D Developers" group. > To post to this group, send email to unity3d-developers@googlegroups.com > To unsubscribe from this group, send email to > unity3d-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/unity3d-developers?hl=en
> -- > You received this message because you are subscribed to the Google > Groups "Unity3D Developers" group. > To post to this group, send email to unity3d-developers@googlegroups.com > To unsubscribe from this group, send email to > unity3d-developers+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/unity3d-developers?hl=en