Reputation: 876
I've been trying to learn ArToolkit for Unity from examples and documents. I able to select square marker and it works perfectly. But when i select NFT for marker type and fill dataset name, UID keeps not loaded. I used genTexData to create datasets and dragged and dropped them to the StreamingAssets on Unity. Even with the example NFT scene it gives me this problem. I also tried copying latest scripts from github and it didn't work. I'm using Unity 5.3.2f1 and ARUnity5-5.3.2 package on Windows 10 and have not much experience with Unity and ARToolkit.
Thanks.
Upvotes: 0
Views: 646
Reputation: 1157
According to the images you sent in the comments it looks like ARTK has trouble with the symbols in your path name. Please create the project directly from C:\ without your user name in the path. Sorry for the inconvenience.
Regarding the other errors in the images: The GUID error we know about and are in the process to fix them but they should not cause you any trouble except being annoying. The warnings are also know and not critical.
--edit:--
ARToolKit has trouble with paths using the Turkish extended charset characters: http://www.ascii-codes.com/cp857.html#extended_character_set like Ç,ç,ğ,ş
Please avoid using these characters in paths used by ARToolKit
Upvotes: 1