Chen
Chen

Reputation: 35

Don't have a build option in visual studio

I use Unity and when I write a script on the visual studio I don't have the build option and the system doesn't know to continue my word.

image

Upvotes: 1

Views: 830

Answers (2)

TPINKS
TPINKS

Reputation: 185

I had the same issue and I know what he means.

I had to go ASSETS --> OPEN c# project to see the BUILD option. Otherwise when I double clicked a C# script file in the project it would open without intellisense and I couldn't build or see the "attach to unity" in the debugger.

Hope this helps someone else.

Upvotes: 0

Umair Jibran
Umair Jibran

Reputation: 483

Use F5 key or ctrl + F5 key to build your code on the go

Upvotes: 1

Related Questions