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 JVLVince · Jul 25, 2017 at 01:20 PM · animatoreditor-scriptingscriptableobject

Animator Editor Window disappear when generate AnimatorController inside other asset

Hi Everyone,

Currently I trying to grouping some resource under an asset, I get the idea from group the animation clips under one animatorController.

I create an asset from scriptableObject, then I create an animatorController from editorScript, next I add it to the scriptable asset I've created before, everything seem to be ok until I reset unity (close then open Unity again), my animatorController which is under the that scriptableObject got problem!!! The animator window not display the state edit grid, everything inside this animatorController was Disappear. :O

Here is my asset creation script:

     private void CreateGroupObject() {
         string assetPath = GetGroupObjectAssetPath();
         if (File.Exists(assetPath)) {
             return;
         }
 
  
     RoomRACTemplateGroupAsset roomRACTemplateGrp = ScriptableObject.CreateInstance<RoomRACTemplateGroupAsset>();
     AssetDatabase.CreateAsset(roomRACTemplateGrp, assetPath);
     AssetDatabase.SetLabels(roomRACTemplateGrp, new[] {EditorSupportToolConfig.AL_CharRACTemplateGrp});
     roomRACTemplateGrp.UpdateDescription(m_createType);
     roomRACTemplateGrp.UpdateDetails();
 }

 

Here is my creation animatorController script:

 private AnimatorController CreateRAC() {
         RoomRACTemplateGroupAsset grpAsset = AssetDatabase.LoadAssetAtPath<RoomRACTemplateGroupAsset>(assetPath);
         var controller = new AnimatorController {name = controllerName};
         controller.AddLayer("Base Layer");
         AssetDatabase.AddObjectToAsset(controller, grpAsset);
         EditorUtility.SetDirty(grpAsset);
         AssetDatabase.SaveAssets();
         if (labels != null) {
             AssetDatabase.SetLabels(controller, labels);
         }
         return controller;
 }

Note: I've tested this, but I got error it's say that I can not add an asset to other asset. Code (csharp): AnimatorController.CreateAnimatorControllerAtPath(path); This is what I've got after do this alt text

This is my asset structure alt text

I have googled and it's seem no help. If I have missed something help please light up my way...

Thanks for spending time to support me. p.s: I still new in EditorScript

screen-shot-2017-07-25-at-95419-pm.png (64.5 kB)
screen-shot-2017-07-25-at-95429-pm.png (13.9 kB)
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

0 Replies

· Add your reply
  • Sort: 

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

84 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 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

Is it possible to write a function in the backend of an editor script for a scriptableObject? 0 Answers

How to play mecanim animations in Editor mode? 2 Answers

Cannot include ScriptableObject in asset bundle in Unity 5 0 Answers

Scriptable Object save List 0 Answers

Custom Editor Window not displaying anything 1 Answer


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