Page 5 of 6

Re: UnityPackage 1.3 BETA5

Posted: 22 Feb 2017, 20:25
by KeldorKatarn
Can I somehow create XAML programatically? Let's say I declare a string containing xaml for a very short DataTemplate which I want to use programatically somewhere.
Can I do that? Can I parse that somehow? It's possible in WPF with the XAMLReader but you guys obviously have a different pipeline for that. Is there a way for me to do that with Noesis in Unity?

Re: UnityPackage 1.3 BETA5

Posted: 22 Feb 2017, 20:31
by movra
You say Resources and references, but any idea about AssetBundles? Because Unity recommends not to use the Resources system.

In general, AssetBundle.LoadFromFile should be used whenever possible. This API is the most efficient in terms of speed, disk usage and runtime memory usage.

Granted it's not the most intuitive system, in fact Unity is experimenting with improving the AssetBundle workflow.

Re: UnityPackage 1.3 BETA5

Posted: 22 Feb 2017, 21:01
by KeldorKatarn
The asset bundle thing is definitely worth investigating. Asset bundles should be able to add UI XAMLs than can be loaded by the main game etc.

Re: UnityPackage 1.3 BETA5

Posted: 22 Feb 2017, 21:04
by jsantos
Is there currently PS4 support in the new BETA or will it be released in the next update? Thanks!
This beta is only windows x86_64 for now. Please, contact us in private for asking information about consoles.

Re: UnityPackage 1.3 BETA5

Posted: 23 Feb 2017, 06:10
by AaronClark
When do you plan to have a macOS build of the unity plugin ready for testing?

Re: UnityPackage 1.3 BETA5

Posted: 24 Feb 2017, 10:01
by jsantos
When do you plan to have a macOS build of the unity plugin ready for testing?
We have released a new beta (beta6) with many improvements and also compatible with OSX.

Re: UnityPackage 1.3 BETA5

Posted: 24 Feb 2017, 10:04
by ai_enabled
When do you plan to have a macOS build of the unity plugin ready for testing?
We have released a new beta (beta6) with many improvements and also compatible with OSX.
Was you able to build our game test project with that version? Issue #1021.

Re: UnityPackage 1.3 BETA5

Posted: 24 Feb 2017, 10:08
by jsantos
Was you able to build our game test project with that version? Issue #1021.
Not yet sorry. This version includes many bugfixes and it could solve your problems but we couldn't verify it because we were in a hurry to release macOS and have more people beta testing it. Tomorrow we plan to release iOS. Your project is also in the list of things we are focusing. Thanks a lot for the feedback, as always. : )

Re: UnityPackage 1.3 BETA7

Posted: 25 Feb 2017, 12:13
by jsantos
Beta7 ready with support for iOS (GL ES and Metal).

Enjoy it!

Re: UnityPackage 1.3 BETA7

Posted: 26 Feb 2017, 17:58
by nokola
Awesome! I've been following this thread since 5 min after it got started :) Waiting for the Android and trying out the others in the meantime.