Tuesday, August 2, 2022

How to Install URP or Universal Render Pipeline in Unity

 

Installing URP

  1. In Unity, open your Project.
  2. In the top navigation bar, select Window > Package Manager to open the Package Manager window.
  3. Select the All tab. This tab displays the list of available packages for the version of Unity that you are currently running.
  4. Select Universal RP from the list of packages.
  5. In the botoom right corner of the Package Manager window, select Install. Unity installs URP directly into your Project.


Source:
https://docs.unity3d.com/Packages/com.unity.render-pipelines.universal@7.1/manual/InstallURPIntoAProject.html

How to Install PolyBrush in Unity

 In Unity Hub, 

1) go to Window > Package Manager 

2) Make sure "Packages" is on Unity Registry see image below




3) On the right side Search for PolyBrush see image below then click install on the lower right





Monday, August 23, 2021

Blender tips and tricks 101,SELECTION ELEMENT TYPE

Hey, it's me again, CarlKeinV


If you are wondering how to select two (2) overlapping objects like in the image below, we have 2 cubes in one model. Let's say you just want to select cube one and not cube two.









Here's a quick tip for you.

go to edit mode, that's somewhere on the upper left corner where it says object mode and click on edit mode.


Now, select any faces of your cube.. 


and press CTRL + L

you can see some options on the lower-left corner of your screen.



then the cube is selected, now you can move it freely, without harming the other cube...


But they are in under one object / model



Hope this helps!

leave a comment if you like this tutorial. see yeah for the next one. :)




Monday, January 21, 2019

Maya Xray object

Maya Xray Object





Hi I would like to share his tutorial about xray object in maya, just click on the youtube play button for you to view the tutorial.

DONT FORGET TO SUBSCRIBE TO HIS CHANNEL TOO!

<MAYA SCRIPT FROM HIS TUTORIAL BELOW>

MEL Script (just copy&paste) string $sel[]; int $temp[]; int $value; $sel = `ls -sl -dag -ap -typ surfaceShape`; for ($obj in $sel){ $temp = `displaySurface -q -xRay $obj`; $value=$temp[0]; if($value==1) displaySurface -xRay 0 $obj; else displaySurface -xRay 1 $obj; };


Wednesday, December 5, 2018

Blender 2.8 Maya Settings

Blender 2.8 Maya Settings




I just want to share with you maya Shortcuts for blender, I think just the basic ones, like, rotate view, zoom view, zoom select, zoom all, pan view, go ahead and try for yourself. I hope this helps.

Click here for Maya settings for blender 2.8