Hello! I'm new here, nice to meet you all. Very much not a programmer but am learning as I go. I'm currently trying to link together my articy:draft X narrative to Adventure Creator, and am using the AC's articy integration package from the downloads page together with the newest version of articy's own unity importer. I wound up with a compiler error in the ArticyFlowPlayer.cs:
"Assets\AdventureCreator\Downloads\ArticyDraft integration\Scripts\ArticyFlowPlayer.cs(6,14): error CS0234: The type or namespace name 'UnityImporterTutorial' does not exist in the namespace 'Articy' (are you missing an assembly reference?)"
I tried to find an assembly with UnityImporterTutorial (and anything tutorial -named) but came up empty handed. I think it might be something that's missing from (or has been renamed in) articy's importer assets?
Lines 6,14:
https://drive.google.com/file/d/1HX3Vjz6Nzozv5HcSpjBQp7ITU3-KuSj_/view?usp=sharing
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @Choklad.
It certainly is possible that their Unity importer was changed - I'll look into this, thanks for the alert.
The script error itself, however, only relates to the script's header: try deleting the referenced line (line 6) - does it then compile?
Unfortunately, it gives two other errors upon deleting line 6 (the first has six instances on different lines, all relating to the missing ArticyGlobalVariables it seems);
Assets\AdventureCreator\Downloads\ArticyDraft integration\Scripts\ArticyFlowPlayer.cs(197,49): error CS0103: The name 'ArticyGlobalVariables' does not exist in the current context
Assets\AdventureCreator\Downloads\ArticyDraft integration\Scripts\ArticyFlowPlayer.cs(284,5): error CS0200: Property or indexer 'ArticyLocalizationManager.Language' cannot be assigned to -- it is read only
I can delete or add script into the file manually if it's a insignificant change. The only thing I'm worried about is, if deleting these instances confuses the integrator on reading my articy file's global variables (which I have several |D;)? But! If it's a hassle I can use the articy<Dialogue Systems<Adventure Creator pipeline in a pinch.
https://drive.google.com/file/d/1CqC-KhC-pQXgUqpqojkLlMAKw-WJCxSz/view?usp=sharing
https://drive.google.com/file/d/1XzCGY1BvYgxMyUP40Dbgp9sWJ3ecdCkf/view?usp=sharing
Also, thank you so much for helping.
You're welcome!
I've had a look through the articy importer, and yes - it does look like they updated the API.
I've made corrections to AC's integration package, so if you give it another download and import, it should work now. Thanks for the letting me know.