I'm new to Unity
I was trying to move the VRoid character in Unity while looking at the blog etc., but I can not add Third Person User Control from Add Component on the way
In detail, I can't find Third Person User Control from Add Component.
Standard Assets is properly imported and there is a ThirdPersonUserControl in Assets \ Standard Assets \ Characters \ ThirdPersonCharacter \ Scripts
Then I thought that I should drag and drop ThirdPersonUserControl directly to add a script, but Can't add script was displayed and I could not do it.
And when I put in Standard Assets, I got an error like this (image below)
I investigated the cause myself, but it didn't help.
I want you to tell me the solution
Thank you.
Referenced site
https://blog.mintsu-dev.com/posts/import-vroid-into-unity/#%E3%82%AD%E3%83%A3%E3%83%A9%E3%82%AF%E3% 82% BF% E3% 83% BC% E3% 81% AE% E8% A8% AD% E5% AE% 9A
https://miyagame.net/vroid-unity-unity/
-
Answer # 1
Related articles
- c # - player production in unity (shooting game)
- how to use tolist (): and linq;in unity c #
- c # - about unity ads test ad display
- c # - unity 202010f1 + oculusrift hmd position tracking is not reflected in the game
- about programming basics unity c #
- c # - [unity ray cast] execute the function of the object that received the ray
- c # - [unity 2d] i want to create a gimmick that clings to a rope, hangs, swings like a pendulum, and jumps
- c # - about player prefs for unity
- [unity c #] how to completely stop walking when switching panels
- [c # unity] how to set arrey or dictionary in scriptableobject?
- c # - unity) show/hide prefab button conditionally
- c # - when controlling ui in unity, there are times when you can access an instance of an object and times when you cannot
- c # - how to autorun after burning unity to dvd
- c # - i want to know the file format that unity can call an external process in android environment
- c # - [unity] i want to pass a variable from onenddrag to ondrop
- c # - [unity] on the game screen, right-click menu display when an object is selected and when it is not selected
- c # - unity child objects reset method to initial position
- learn how to study c # with unity
- [unity, c #] how to specify the top object
- python - you may need to restart the kernel to use updated packages error
- dart - flutter: the instance member'stars' can't be accessed in an initializer error
- php - coincheck api authentication doesn't work
- php - i would like to introduce the coincheck api so that i can make payments with bitcoin on my ec site
- [php] i want to get account information using coincheck api
- the emulator process for avd pixel_2_api_29 was killed occurred when the android studio emulator was started, so i would like to
- javascript - how to check if an element exists in puppeteer
- sh - 'apt-get' is not recognized as an internal or external command, operable program or batch file
- i want to check the type of a shell script variable
- i want to call a child component method from a parent in vuejs
Standard Assets are unmaintained, so recent versions of Unity will not be able to run with some scripts with compilation errors. If you use only ThirdPersonUserControl, you can use it by importing at least the following folders.