Search found 4 matches

by headlesjp
28 Oct 2017, 02:06
Forum: Customizations
Topic: API connection to Unity Game Engine
Replies: 6
Views: 10281

Re: API connection to Unity Game Engine

So apparently my previous issue was around the .htaccess that's in the rest folder, which makes the SLIM framework happen, but since am running on a shared hosting I can't be adding a virtual host (or at least I don't know how). But I was able to work around it. Yet I am at a point of frustration si...
by headlesjp
27 Oct 2017, 23:33
Forum: Customizations
Topic: API connection to Unity Game Engine
Replies: 6
Views: 10281

Re: API connection to Unity Game Engine

So am progressing, I finally know how to start calling the Rest API. The big problem am having is that whenever I try to execute a request, am getting a 404 reply from the server. Apparently, it's adding the root folder to the mantis director so when the reply is looking for index.php it's coming ou...
by headlesjp
27 Oct 2017, 21:40
Forum: Customizations
Topic: API connection to Unity Game Engine
Replies: 6
Views: 10281

Re: API connection to Unity Game Engine

Hi Atrol!

Thanks for he reply!

I am going to look into this, thank you!

If anyone else has made integrations with Mantis I would love to pick your brain. I am planning on releasing my tool as an open source tool for game developers. So hopefully I can get it going soon.

JP
by headlesjp
27 Oct 2017, 08:49
Forum: Customizations
Topic: API connection to Unity Game Engine
Replies: 6
Views: 10281

API connection to Unity Game Engine

Hello! So I have been a fan of MantisBT for a while now, and we want to integrate the bugtracker with our game development engine so that we can allow players to submit bugs directly from inside the game. I read about the SOAP Api, but 1. The documentation is confusing 2. There are little or no tuto...