You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unity is a great solution for displaying and rendering 3D content. The GUI system is workable and performs well enough with respect to it being cross platform. There are however some major issues that I've run into up to this point:
NuGet support is not there and many features like reading (non-zip) archives require some external components
There are also some scenarios where people would love to access DBs on other PCs in the local network (#8 )
Because of those aspects I'm exploring ways to split the library from the main application. There is no concrete plan yet, but this might have to happen sooner rather than later.
The text was updated successfully, but these errors were encountered:
Unity is a great solution for displaying and rendering 3D content. The GUI system is workable and performs well enough with respect to it being cross platform. There are however some major issues that I've run into up to this point:
FileSystemWatcher
componentsThere are also some scenarios where people would love to access DBs on other PCs in the local network (#8 )
Because of those aspects I'm exploring ways to split the library from the main application. There is no concrete plan yet, but this might have to happen sooner rather than later.
The text was updated successfully, but these errors were encountered: