question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

My old project don't build anymore

See original GitHub issue

Overview

How can I build an old unity 5.5 Hololens app with new windows 10 updates installed . I think it is because Unity try to build with new UWP SDK but the app is intended to be build with old ones. I didn’t manage to change UWP version in 5.5 like I can with 2017.x

Expected Behavior

Build and deploy my app like 6 months ago

Actual Behavior

I get errors like this when I try to Build :

Assets\HoloToolkit-Examples\SharingWithUNET\Scripts\GenericNetworkTransmitter.cs(114,57): error CS0246: The type or namespace name 'StreamSocketListener' could not be found (are you missing a using directive or an assembly reference?)

Assets\HoloToolkit\SpatialMapping\Scripts\RemoteMapping\RemoteMeshSource.cs(140,69): error CS0246: The type or namespace name 'AsyncStatus' could not be found (are you missing a using directive or an assembly reference?)

Unity Editor Version

5.5.1f1

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
thomasH7commented, Nov 25, 2017

Thanks, I tried with 5.6 and newer but I didn’t manage to compile the dll (multiples errors on both Visual studio 2015 and 2017). Maybe I’ll try again later but I’m in the hurry and prefered to keep my 5.5 stable version. @StephenHodgson I finally manage to compile my project with a Unity 5.5.5 upgrade (Didn’t know Unity 5 was still updated). Thanks

0reactions
StephenHodgsoncommented, Nov 25, 2017

I think there was an exception for 5.5 because of the security patch and MSFT updating the build process in VS 2017 15.3.

Glad to hear that fixed it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Loaded "old" Android Studio project - after Studio updates ...
The error says to use at least Android Studio 3.5. Open the project in studio preview version or downgrade the build tools to...
Read more >
Project Will Not Build Anymore! - C++
Open the “.sln” file inside your project folder to open Visual Studio. Then, above go to “Build -> Build Solution” and wait for...
Read more >
After 1.15.5 a fully working project suddenly does not build ...
After 1.15.5 a fully working project suddenly does not build anymore but I have no time to reproduce right now.
Read more >
Known issues with Android Studio and Android Gradle Plugin
This page tracks known issues with Android Studio Giraffe and Android Gradle plugin 8.1.0. If you experience an issue not already included here, ......
Read more >
Bug - Can't build for Android
The workaround is to copy the whole Tools folder from the previous Unity version or if you don't have the previous version then...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found