Hello everybody.
I encounter a real problem
I want to have a link on my MangoDB Database on MongoDB Atlas.
I followed a lot of different tutorial and i finaly found how to connect a c# programm to MongoDB :
But the problem is when i want to do it with Godot.
The line 161 crash.
After few test, the conclusion is the next :
Godot.Collection is in conflict with System.Collection
So, maybe do anybody know a solution to acces my database without using System.Collection ?
It is 2 days that i work on this problem and i don’t found a solution… i hope that a person have a solution !