- ai_enabled
- Posts: 231
- Joined:
- Contact:
Re: Linux x64?
Fix!
It gives me normal codes for Escape, Tab, Shift+Tab... great!
Code: Select all
var character = (byte)ev.character;
if (character != 0)
{
Debug.LogError("ev.character is: " + (int)character);
Noesis_Char(_rendererId, (char)character);
}
AtomicTorch Studio Pte. Ltd. http://atomictorch.com
Re: Linux x64?
But that way (casting to byte) is not compatible with UNICODE. Question is why on your machine ENTER is passed as 65293? http://www.fileformat.info/info/unicode ... /index.htm
Re: Linux x64?
It seems that in your linux machine, instead of UNICODE we are receiving keynames.
- ai_enabled
- Posts: 231
- Joined:
- Contact:
Re: Linux x64?
Yes, you're right. I have success with patch code you've sent by e-mail! Thanks!
What about Linux x64 build and issue with libbfd-2.22-system.so (which is replaced by newer version on Ubuntu 13 & 14)?
What about Linux x64 build and issue with libbfd-2.22-system.so (which is replaced by newer version on Ubuntu 13 & 14)?
AtomicTorch Studio Pte. Ltd. http://atomictorch.com
Re: Linux x64?
We have eliminated the dependency to bfd in v1.1.9 (this version was going to be published today but we are waiting for the feedback of several customers).
For the x64 build we need a little more time. At least we need releasing v1.1.9 and v1.2 beta.
When do you need this version?
For the x64 build we need a little more time. At least we need releasing v1.1.9 and v1.2 beta.
When do you need this version?
- ai_enabled
- Posts: 231
- Joined:
- Contact:
Re: Linux x64?
Great news!
Linux x64 can wait until next release, we will release our game only as x86 now. Thanks!
Linux x64 can wait until next release, we will release our game only as x86 now. Thanks!
AtomicTorch Studio Pte. Ltd. http://atomictorch.com
- ai_enabled
- Posts: 231
- Joined:
- Contact:
Re: Linux x64?
I confirm issue with libbfd dependency is fixed in v1.1.9.
Not sure about pasting from clipboard - under VM is not working for me. Will try on a physical machine soon.
Hope for the future x64 Linux builds.
Regards!
Not sure about pasting from clipboard - under VM is not working for me. Will try on a physical machine soon.
Hope for the future x64 Linux builds.
Regards!
AtomicTorch Studio Pte. Ltd. http://atomictorch.com
Re: Linux x64?
The clipboard is failing in your VM for all programs or is it only happening inside your game?
- ai_enabled
- Posts: 231
- Joined:
- Contact:
Re: Linux x64?
Clipboard pasting is failing with test Unity app (ControlsGallery sample). For other programs it works successfully. Not yet tried on a physical machine.
AtomicTorch Studio Pte. Ltd. http://atomictorch.com
Who is online
Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 2 guests