-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Missing FPSSample menu, lots of compiler errors. #119
Comments
Same issue. Got any luck with it? |
I got it to work but I can't remember all the stuff I did honestly. @arinssanghi |
Can you please help me out buddy? |
Anything at all? |
@wbeyda or can you send me your project with zero errors? Anything at all? Any help? |
Here is my manifest. Uninstall all the packages that don't match the versions on here { |
I tried this. I installed the packages. But I am creating new errors now @wbeyda |
@wbeyda Hey! I am only getting one error now Assets\VFX\VisualEffectGraph-Extras\Editor\Utility\VFXEventTester\VFXEventTesterWindow.cs(17,16): error CS0246: The type or namespace name 'VisualEffect' could not be found (are you missing a using directive or an assembly reference?) Any idea how to get rid of this last one? |
using UnityEngine; namespace UnityEditor.VFX.Utils
} |
ArgumentException: Kernel 'KSampleCopy4_1_x_8' not found. I got these error in editor every time after change manifest |
Steps to reproduce:
An error occurred while resolving packages:
Project has invalid dependencies:
com.unity.cinemachine: Cannot connect to 'staging-packages.unity.com:443' (error code: ENOTFOUND).
com.unity.mathematics: Cannot connect to 'staging-packages.unity.com:443' (error code: ENOTFOUND).
com.unity.xr.oculus.standalone: Cannot connect to 'staging-packages.unity.com:443' (error code: ENOTFOUND).
Package com.unity.entities@file:E:\Unity Games\FPSSample\Packages\com.unity.entities has invalid dependencies:
com.unity.burst: Cannot connect to 'staging-packages.unity.com:443' (error code: ENOTFOUND).
com.unity.collections: Cannot connect to 'staging-packages.unity.com:443' (error code: ENOTFOUND).
com.unity.jobs: Cannot connect to 'staging-packages.unity.com:443' (error code: ENOTFOUND).
com.unity.properties: Cannot connect to 'staging-packages.unity.com:443' (error code: ENOTFOUND).
A re-import of the project may be required to fix the issue or a manual modification of E:/Unity Games/FPSSample/Packages/manifest.json file.
The text was updated successfully, but these errors were encountered: