Search Unity

[Unity 4.5] Missing all scripts in the Plugins folder when I open on another computer

Discussion in 'Editor & General Support' started by BenoitFreslon, Jul 15, 2014.

  1. BenoitFreslon

    BenoitFreslon

    Joined:
    Jan 16, 2013
    Posts:
    163
    Hello,

    I work with git repositories.

    Since Unity 4.5 when I open the exact same project on different computer with the exact same version of Unity all scripts on Game Objects are missed.

    All scripts are located in Assets/Plugins.

    Did you find a workaround?

    It's very anoying !
     
  2. Dantus

    Dantus

    Joined:
    Oct 21, 2009
    Posts:
    5,667
    How do you bring the project to the other computer?
     
  3. BenoitFreslon

    BenoitFreslon

    Joined:
    Jan 16, 2013
    Posts:
    163
    With a git repository.

    I didn't have any problem with unity 4.3.

    All files are duplicated execpt this files and folders:

    Library/
    Temp
    UnityGenerated
    Obj

    # ===================================== #
    # Visual Studio / MonoDevelop generated #
    # ===================================== #
    ExportedObj/
    *.svd
    *.userprefs
    *.csproj
    *.pidb
    *.suo
    *.sln
    *.user
    *.unityproj
    *.booproj
     
  4. Dantus

    Dantus

    Joined:
    Oct 21, 2009
    Posts:
    5,667