Search Unity

No Polybrush in Menu Tool

Discussion in 'World Building' started by Benjamin-M, Nov 21, 2018.

  1. Benjamin-M

    Benjamin-M

    Joined:
    Jan 17, 2015
    Posts:
    10
    Hello,

    I have installed Polybrush, but nothing appear on Tools Menu...
    When I try to import it again it say :
    All asset of this package are already in your project

    But there no menu; no folder in asset... really weird

    I used Unity 2018.2.16f1

    Thanks
     
  2. gabrielw_unity

    gabrielw_unity

    Unity Technologies

    Joined:
    Feb 19, 2018
    Posts:
    963
    Hi! Do you have any red errors in the console? If so, Polybrush (or other tools) won't be able to install fully. Can you double check that, clear them out if found, and let me know if it works? Thanks!
     
  3. Benjamin-M

    Benjamin-M

    Joined:
    Jan 17, 2015
    Posts:
    10
    Hi Gabriel,
    Thank you very much for your reactivity.

    I have 2 errors on console; no direct link with Polybrush but maybe it have some consequences :

    Assets/Test_ShaderGraphBlog-master/Assets/Scripts/SimpleCameraController.cs(5,18): error CS0101: The namespace `UnityTemplateProjects' already contains a definition for `SimpleCameraController'

    Assets/TutorialInfo/Scripts/Readme.cs(4,14): error CS0101: The namespace `global::' already contains a definition for `Readme'

    Thanks
     
  4. gabrielw_unity

    gabrielw_unity

    Unity Technologies

    Joined:
    Feb 19, 2018
    Posts:
    963
    Hi! Yep, you'll need to either delete those items (not the best option) or figure out how to fix them :) Sorry, I'm not a developer, or I'd offer some help with that. Should be simple once they are cleaned up though! :)
     
  5. Benjamin-M

    Benjamin-M

    Joined:
    Jan 17, 2015
    Posts:
    10
    Thank you, I have deleted the 2 folders and it works now.
     
    gabrielw_unity likes this.