Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Cinemachine nodes not showing ??

Discussion in 'Visual Scripting' started by NodeLondon, Jun 22, 2022.

  1. NodeLondon

    NodeLondon

    Joined:
    Jun 24, 2021
    Posts:
    10
    Hi there I'm not seeing any Cinemachine nodes available in my graphs.

    Using Unity 2021.3.3f1 with the built-in visual scripting.

    Building for Android

    I have Cinemachine package (Version 2.8.6) installed and have both Cinemachine & com.unity.cinemachine.editor added in the node library.

    Is there another step I've missed?

    Thanks in advance.
     
    Last edited: Jun 22, 2022
  2. jeanedouard_unity

    jeanedouard_unity

    Unity Technologies

    Joined:
    May 2, 2019
    Posts:
    44
    Hi, no you didn't miss anything. This is an issue related to the fact that we are not showing the nodes that comes from editor assemblies. We are currently working to solve that problem so you can expect a fix for it in the next patch version (no ETA for now).
    May I ask you why do you need com.unity.cinemachine.editor? You probably won't be able to build if you use nodes that trigger editor code.
     
  3. NodeLondon

    NodeLondon

    Joined:
    Jun 24, 2021
    Posts:
    10
    Hi, thanks for the speedy reply.

    I've used cinemachine nodes with previous iterations of bolt. Is this just with the inbuilt version of visual scripting then? Maybe I need to work with an older Unity install? I just need very basic simple nodes to set camera priorities etc.....

    The com.unity.cinemachine.editor is one of the default node assemblies via the visual scripting preferences window. I didn't add this my end ?

    Rich
     
  4. jeanedouard_unity

    jeanedouard_unity

    Unity Technologies

    Joined:
    May 2, 2019
    Posts:
    44
    Oh you're right, I forgot it was added by default.

    If you really need it and can work with an older version of Visual Scripting without compromising your project that is indeed your best solution.
     
  5. NodeLondon

    NodeLondon

    Joined:
    Jun 24, 2021
    Posts:
    10
    Thanks, just to confirm. The attached is what I see in older versions (bolt package install).

    But none of these cinemachine nodes are now available in the new visual scripting in-built? Is that correct?

    I'm not specifically interested in com.unity.cinemachine.editor unless I need them. Just the core cinemachine nodes.
     

    Attached Files:

    Last edited: Jun 22, 2022
  6. PanthenEye

    PanthenEye

    Joined:
    Oct 14, 2013
    Posts:
    1,637
    Add specific cinemachine types in type options and regenerate. The nodes will come up in search after that for that type. But using cinemachine nodes in graphs will break IL2CPP builds. Desktop Mono will work fine, however.
     
  7. NodeLondon

    NodeLondon

    Joined:
    Jun 24, 2021
    Posts:
    10
    This worked great. Thank you