-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Message in Unity #2
Comments
Hi @ad2003 . Thanks for comments. How did you fix it ? I am guessing you have done either,
|
Hi! Correct: 1. Under Project Settings I changed "Scripting Runtime Version" from 3.5 to 4.
edited: added the correct error log. |
Please try to download the log4net dll here and put it in /Assets/Dlls/ folder. https://logging.apache.org/log4net/download_log4net.cgi We will make the dependency management more elegant. #3 |
Nice! Thank you! I used log4net-2.0.8-bin-oldkey.zip\log4net-2.0.8\bin\net\4.0\release and put it in the DLLs folder. Under Player Settings I checked API Compatibility Level to NET 4.X. and now it works! |
Hello!
Getting the following error Log when opening Unity 2018.2 and importing the current release into an new project:
Assets/Scripts/BTCPayUnity.cs(27,16): error CS1644: Feature
asynchronous functions' cannot be used because it is not part of the C# 4.0 language specification`When following the tut (https://blog.indiesquare.me/develop-a-lightning-game-with-unity-btcpay-sdk-part-2-set-up-unity-project-d4fa68cec3bf - thank you for this!) and importing "Download In-Game Shop version of Survival Shooter" everything worked fine.
Thanks.
The text was updated successfully, but these errors were encountered: