Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by SkandYxyz · Feb 19, 2017 at 06:02 PM · buildcloud

cloud build error CS2001: Source file missing

Hi!

I can compile and run my game on my machine for x86_64 but it fails in cloud build. it says .cs files are missing i just deleted.

 6: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Behaviours/HumanoidPoser.cs' could not be found
 7: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Behaviours/SkeletonRenderer.cs' could not be found
 8: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Capture/MocapSession.cs' could not be found
 9: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Capture/MocapSessionKeyframe.cs' could not be found
 10: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Capture/MocapSessionMetaData.cs' could not be found
 11: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Capture/SkeletonFrameData.cs' could not be found
 12: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Collada/ColladaAnimationData.cs' could not be found
 13: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Collada/ColladaJointData.cs' could not be found
 14: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Collada/ColladaRigData.cs' could not be found
 15: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Collada/ColladaUtility.cs' could not be found
 16: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/FrameEdges.cs' could not be found
 17: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/HandState.cs' could not be found
 18: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/InputSkeleton.cs' could not be found
 19: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUIAnimationKeyframe.cs' could not be found
 20: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUICaptureHelper.cs' could not be found
 21: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUIHumanoidAnimation.cs' could not be found
 22: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUIJoint.cs' could not be found
 23: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUISkeleton.cs' could not be found
 24: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/SkeletonStructure.cs' could not be found
 25: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/MocapWorkflow.cs' could not be found
 26: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/NUIJointType.cs' could not be found
 27: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/QuaternionHelper.cs' could not be found
 28: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/SupportedDevices.cs' could not be found
 29: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/TrackingConfidence.cs' could not be found
 30: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/TrackingState.cs' could not be found
 31: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Behaviours/HumanoidPoser.cs' could not be found
 32: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Behaviours/SkeletonRenderer.cs' could not be found
 33: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Capture/MocapSession.cs' could not be found
 34: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Capture/MocapSessionKeyframe.cs' could not be found
 35: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Capture/MocapSessionMetaData.cs' could not be found
 36: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Capture/SkeletonFrameData.cs' could not be found
 37: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Collada/ColladaAnimationData.cs' could not be found
 38: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Collada/ColladaJointData.cs' could not be found
 39: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Collada/ColladaRigData.cs' could not be found
 40: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Collada/ColladaUtility.cs' could not be found
 41: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/FrameEdges.cs' could not be found
 42: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/HandState.cs' could not be found
 43: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/InputSkeleton.cs' could not be found
 44: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUIAnimationKeyframe.cs' could not be found
 45: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUICaptureHelper.cs' could not be found
 46: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUIHumanoidAnimation.cs' could not be found
 47: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUIJoint.cs' could not be found
 48: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/NUISkeleton.cs' could not be found
 49: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/Mapping/SkeletonStructure.cs' could not be found
 50: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/MocapWorkflow.cs' could not be found
 51: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/NUIJointType.cs' could not be found
 52: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/QuaternionHelper.cs' could not be found
 53: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/SupportedDevices.cs' could not be found
 54: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/TrackingConfidence.cs' could not be found
 55: [Unity] error CS2001: Source file `Assets/Cinema Suite/Cinema Mocap/System/Core/TrackingState.cs' could not be found

As I said on my machine no errors. I am also up to date with collab. Thakns!

Edit:

I try to disable library caching in collab settings. maby that helps to keep them updated.

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by Camkyle · Jul 29, 2018 at 04:17 PM

I am having the same issue, did you ever fix it?

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

67 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Distribute terrain in zones 3 Answers

Unity Cloud Build For IOS Missing Assets,Cloud Build For IOS Missing Assets 0 Answers

Cloud recognition in Vuforia 0 Answers

Why is cloud build not ignoring hidden assets? 0 Answers

Can I just upload a completed package to Unity for Cloud Build? (Instead of cloud GIT, etc. which we will not use) 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges