João Pedro de Campos Magalhães
João Pedro de Campos Magalhães
Fortunately, Unity does provide some tools for working with drag and drop on the editor - here's a link to the [DragAndDrop class docs.](https://docs.unity3d.com/ScriptReference/DragAndDrop.html) From what I've read, you can't...
I'll take a swing at it pretty soon enough. I got my editor script working on instancing my wrapper classes, so I'll see if I can work around making a...
Gonna give a go at 4; I was flirting around with the constants in `EditorGUIUtility` (`singeLineHeight`, `standardVerticalSpacing` and so on) and with the idea of getting the list via the...
Referencias: https://serverfault.com/questions/720422/should-i-use-a-server-to-do-multiple-services
Duvidas: Distribuição dos serviços em servidores: -É melhor deixar o web service em um server separado? -É uma boa ideia usar um computador como um server? -É uma boa ideia...