GithubHelp home page GithubHelp logo

xsduan / unity-hierarchy-folders Goto Github PK

View Code? Open in Web Editor NEW
105.0 105.0 23.0 119 KB

Specialized folder objects for Unity Hierarchy.

License: MIT License

C# 99.41% ShaderLab 0.59%
folders hierarchy unity unity-package-manager unity3d upm

unity-hierarchy-folders's People

Contributors

bezoro avatar caseyhofland avatar garrafote avatar heatblayze avatar krisrok avatar mzage31 avatar phobos2077 avatar solidalloy avatar soraphis avatar xsduan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

unity-hierarchy-folders's Issues

Hold on

I personally have seen one on the Asset Store myself, but it was $0.99/seat and as you can tell it took me maybe 3 hours to set up their entire product plus auto pruning so it's clearly not worth paying jack for.

You value your time at less than $0.99 per 3 hours?

Perhaps this section of the readme could use some rephrasing :)

(bug) DontDestroyOnload object is destroy when use folders

Hi,
When i'm using Hierarchy Folder for DontDestroyOnload object. It is still destroy my object when load new scene.
I think it is a bug?
Unity have warning when use folder for DontDestroyOnLoad too:
DontDestroyOnLoad only works for root GameObjects or components on root GameObjects.

CanDestroy not found

unity-hierarchy-folders-master/Runtime/Folder.cs(51,70): error CS1061: Type UnityEngine.GameObject' does not contain a definition for CanDestroy' and no extension method CanDestroy' of type UnityEngine.GameObject' could be found. Are you missing `UnityEngine.Playables' using directive?

Unity 2018.2.13f1

Create github release v0.1.0

Hi @xsduan,

Thanks for creating the awesome package. Would please create a github release v0.1.0? So the package can be included in upcoming openupm registry (sneak preview), which is a service that build package directly from git tags that conform semver.

Unity 2020.2 GUID conflicts, cannot compile

I'm attempting to install this package through the package manager via a git url in unity 2020.2.7f1.
Once it is added to the package manager I get the following errors:

GUID [9b9b359874c54b8e9968bce99b84b1cd] for asset 'Packages/com.xsduan.hierarchy-folders/Editor/Icon Handling.meta' conflicts with: 'Packages/com.xsduan.hierarchy-folders/Editor/Icons.meta' We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.

GUID [d6f29c3d38f5ea94dbfbf44facaeaaca] for asset 'Packages/com.xsduan.hierarchy-folders/Editor/Icon Handling/HierarchyFolderIcon.cs.meta' conflicts with: 'Packages/com.xsduan.hierarchy-folders/Editor/Icons/HierarchyFolderIcon.cs.meta' We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.

GUID [7b9019de4b525b349a48678a64d7983a] for asset 'Packages/com.xsduan.hierarchy-folders/Editor/Icon Handling/ReplaceColor Shader.shader.meta' conflicts with: 'Packages/com.xsduan.hierarchy-folders/Editor/Icons/ReplaceColor Shader.shader.meta' We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.

There appears to be an error here for each file in the Editor folder of this package.
Is there something I am doing wrong to import this? or perhaps the meta files need to be updated on the repo since the last update?
Let me know how to proceed. Thanks!

EditorOnly prevents working in builds

i just removed the EditorOnly tag (in the OnEnable method) and in the scene and now all my objects are there again.

with the EditorOnly tag on the folder objects my build was an nearly empty world

Doesn't work as UPM dependency in Unity 2018.3

Script 'Packages/com.xsduan.hierarchy-folders/Runtime/Folder.cs' will not be compiled because it exists outside the Assets folder and does not to belong to any assembly definition file. UnityEditor.Scripting.ScriptCompilation.EditorCompilationInterface:CompileScripts(EditorScriptCompilationOptions, BuildTargetGroup, BuildTarget)

(bug) Icon content string id has changed.

Description

Icon name has changed

Environment

  • Unity version (e.g. 2019.4.13):
  • Windows

Solution:

private const string _openedFolderPrefix = "d_FolderOpened";        
private const string _closedFolderPrefix = "d_Folder";

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.