Home>
When I ran the following script, I got an error.
Assets/Scripts/Result_script.cs (10,22): error CS0234: The type or namespace name'Imaging' does not exist in the namespace'System.Drawing' (are you missing an assembly reference?)
Could you please tell me how to add System.Drawing to the vistual studio code? Thank you.
Execution environment: mac mojave, vs code
using UnityEngine;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using SocketIO;
using System;
using System.Drawing;
using UnityEngine.UI;
using System.IO;
using System.Drawing.Imaging;
public class Result_script: MonoBehaviour {
//abridgement··
}
-
Answer # 1
Related articles
- c # - i want to display the source code in visual studio in unity
- c # - i want to use soap method in visual studio
- c # - i am new to programming while writing code in visual studio, [createassetmenu] does not appear in predictive conversion
- c # - i want to change the way of line breaks in visual studio
- i want to run c # cs files in visual studio code on mac
- c # - visual studio 2019 does not open when double-clicking a unity script
- c # - visual studio bug
- c # - use systemdatasqlite with visual studio for mac linked with unity
- c # - visual studio i want to use one variable in multiple scripts
- c # - [visual studio] is it possible to jump to the function loaded by dll import?
- i want to open by specifying the pdf page with process in visual studio 2019 c # form
- python 3x - i want to run anaconda3 python from visual studio code it may or may not move
- visual studio code - [vs code] how to reset the settings [question]
- Detailed activation method of Visual Studio 2019 Professional
- visual studio - opening xaml in xamarinforms and pressing the source button on the right side does not display the xaml code
- automatic end tag generation of html gets in the way with visual studio code
- setting of visual studio code debug console
- i tried to download talib with visual studio 2019 but it doesn't work
- c ++ - visual studio auto indent position
Related questions
- c # - player production in unity (shooting game)
- c # - i want to display high score and score in unity
- c # - [unity] format exception: input string was not in a correct format error
- c # - i want sloths to move with the ferris wheel gondola (i want to add inertia)
- c # - moving the unity scene doesn't switch as intended
- c # - unity ugui i want to call the process when an overlapping object is clicked
- c # - please tell me how to use the additional components of unity's volunteer production
- c # - i want to display at the previous scroll position when reopening in the scroll view of unity
- c # - unity2d 2d action suddenly i can't move horizontally
- c # - i want to slowly rotate the model to a fixed angle when the flag is set, and slowly return it to the original angle when t
Because it is for windows only