Assuming I have models and other things in my Unity game, is it possible to import them to GIMP or any other free image editing program that would allow me to create such game art?
1 Answer
1Of course, just right click the asset and click “Show in Explorer”. Then use them in GIMP.
It is all there in your project folder. Models you will have to take a screenshot from, of course. But any image can be edited or imported into Gimp.
.
Since it-s currently looking like this ![this][1], does that mean that I'd have to create an empty scene and take screenshots of the models from there? [1]: /storage/temp/104814-untitled.png
– danyx1980You get error because you have to initialize bullets before using it. So in Start() add this line: bullets = new Stack<GameObject>(); For the other warning just remove the
– mchtsRigidbody Temporary_Rigidbody;//line in your code.